|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cumt.model.IdentifiedObject
org.cumt.model.PropertyAwareObject
org.cumt.model.BaseModelNode
org.cumt.model.ModelObject
org.cumt.model.RelationableModelObject
org.cumt.model.types.Value<T>
public abstract class Value<T extends Type>
Field Summary | |
---|---|
static java.lang.String |
TYPE
|
Fields inherited from class org.cumt.model.ModelObject |
---|
STEREOTYPE |
Fields inherited from class org.cumt.model.BaseModelNode |
---|
ATTRIBUTES, DESCRIPTION, IGNORED_ON_GENERATION, NAME |
Constructor Summary | |
---|---|
Value()
|
Method Summary | |
---|---|
T |
getType()
|
void |
setType(T type)
|
Methods inherited from class org.cumt.model.RelationableModelObject |
---|
addRelation, containsRelation, getRelations, isRelationAllowed, removeRelation |
Methods inherited from class org.cumt.model.ModelObject |
---|
clone, getStereotype, setStereotype |
Methods inherited from class org.cumt.model.BaseModelNode |
---|
getAttribute, getAttributeNames, getAttributes, getCreationDate, getDefaultName, getDescription, getName, getParent, isIgnoredOnGeneration, removeAttribute, setAttribute, setAttributes, setDescription, setIgnoredOnGeneration, setName, setParent, toString |
Methods inherited from class org.cumt.model.PropertyAwareObject |
---|
addPropertyChangeListener, firePropertyChange, removePropertyChangeListener |
Methods inherited from class org.cumt.model.IdentifiedObject |
---|
equals, getId, hashCode |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TYPE
Constructor Detail |
---|
public Value()
Method Detail |
---|
public T getType()
public void setType(T type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |