org.objectweb.jac.ide
Class TypedElement
java.lang.Object
org.objectweb.jac.ide.ModelElement
org.objectweb.jac.ide.TypedElement
- All Implemented Interfaces:
- Element, Typed
- Direct Known Subclasses:
- Instance, Member, Parameter
- public abstract class TypedElement
- extends ModelElement
- implements Typed
Methods inherited from class org.objectweb.jac.ide.ModelElement |
addConfigItem, addEndingLink, addLink, getConfigItems, getDescription, getEndingLinks, getFullName, getGenerationFullName, getGenerationName, getLinks, getName, remove, removeEndingLink, removeLink, setDescription, setEndingLinks, setLinks, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypedElement
public TypedElement()
getType
public Type getType()
- Get the value of type.
- Specified by:
getType
in interface Typed
- Overrides:
getType
in class ModelElement
- Returns:
- value of type.
setType
public void setType(Type v)
- Set the value of type.
- Parameters:
v
- Value to assign to type.
getPrototype
public String getPrototype()
getToString
public String getToString()
getTypeName
public String getTypeName()
isArray
public boolean isArray()
- Get the value of array.
- Returns:
- value of array.
setArray
public void setArray(boolean v)
- Set the value of array.
- Parameters:
v
- Value to assign to array.