public interface PropertiesType
The following features are supported:
ModelPackage.getPropertiesType()
Modifier and Type | Method and Description |
---|---|
java.util.List |
getMetaData()
Returns the value of the 'Meta Data' containment reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
boolean |
isMultiValued()
Returns the value of the 'Multi Valued' attribute.
|
boolean |
isSetMultiValued()
Returns whether the value of the '
Multi Valued ' attribute is set. |
void |
setMultiValued(boolean value)
Sets the value of the '
Multi Valued ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
unsetMultiValued()
Unsets the value of the '
Multi Valued ' attribute. |
java.util.List getMetaData()
MetaDataType
.
ModelPackage.getPropertiesType_MetaData()
boolean isMultiValued()
"false"
.
isSetMultiValued()
,
unsetMultiValued()
,
setMultiValued(boolean)
,
ModelPackage.getPropertiesType_MultiValued()
void setMultiValued(boolean value)
Multi Valued
' attribute.
value
- the new value of the 'Multi Valued' attribute.isSetMultiValued()
,
unsetMultiValued()
,
isMultiValued()
void unsetMultiValued()
Multi Valued
' attribute.
isSetMultiValued()
,
isMultiValued()
,
setMultiValued(boolean)
boolean isSetMultiValued()
Multi Valued
' attribute is set.
unsetMultiValued()
,
isMultiValued()
,
setMultiValued(boolean)
java.lang.String getName()
setName(String)
,
ModelPackage.getPropertiesType_Name()