Package | Description |
---|---|
com.modeliosoft.modelio.api.model.uml.statik |
Modifier and Type | Method and Description |
---|---|
ObKindOfAccessEnum |
IAttribute.getChangeable()
Getter for the Changeable meta class attribute.
|
ObKindOfAccessEnum |
IAssociationEnd.getChangeable()
Getter for the Changeable meta class attribute.
|
static ObKindOfAccessEnum |
ObKindOfAccessEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObKindOfAccessEnum[] |
ObKindOfAccessEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IAttribute.setChangeable(ObKindOfAccessEnum value)
Setter for the 'Changeable' meta class attribute
|
void |
IAssociationEnd.setChangeable(ObKindOfAccessEnum value)
Setter for the 'Changeable' meta class attribute
|