| Package | Description |
|---|---|
| com.modeliosoft.modelio.api.model.extension |
| Modifier and Type | Method and Description |
|---|---|
ObConfigParamTypeEnum |
IConfigParam.getassociatedType()
Getter for the associatedType meta class attribute.
|
static ObConfigParamTypeEnum |
ObConfigParamTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObConfigParamTypeEnum[] |
ObConfigParamTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IConfigParam.setassociatedType(ObConfigParamTypeEnum value)
Setter for the 'associatedType' meta class attribute
|