public interface MetaDataType
The following features are supported:
ModelPackage.getMetaDataType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getRepositoryId()
Returns the value of the 'Repository Id' attribute.
|
java.util.List |
getValues()
Returns the value of the 'Values' attribute list.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setRepositoryId(java.lang.String value)
Sets the value of the '
Repository Id ' attribute. |
java.util.List getValues()
String
.
ModelPackage.getMetaDataType_Values()
java.lang.String getName()
setName(String)
,
ModelPackage.getMetaDataType_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getRepositoryId()
setRepositoryId(String)
,
ModelPackage.getMetaDataType_RepositoryId()
void setRepositoryId(java.lang.String value)
Repository Id
' attribute.
value
- the new value of the 'Repository Id' attribute.getRepositoryId()