public interface ModelSchemaType
The following features are supported:
ModelPackage.getModelSchemaType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNsPrefix()
Returns the value of the 'Ns Prefix' attribute.
|
java.lang.String |
getNsURI()
Returns the value of the 'Ns URI' attribute.
|
java.util.List |
getRepositoryIds()
Returns the value of the 'Repository Ids' attribute list.
|
void |
setNsPrefix(java.lang.String value)
Sets the value of the '
Ns Prefix ' attribute. |
void |
setNsURI(java.lang.String value)
Sets the value of the '
Ns URI ' attribute. |
java.util.List getRepositoryIds()
String
.
ModelPackage.getModelSchemaType_RepositoryIds()
java.lang.String getNsPrefix()
setNsPrefix(String)
,
ModelPackage.getModelSchemaType_NsPrefix()
void setNsPrefix(java.lang.String value)
Ns Prefix
' attribute.
value
- the new value of the 'Ns Prefix' attribute.getNsPrefix()
java.lang.String getNsURI()
setNsURI(String)
,
ModelPackage.getModelSchemaType_NsURI()
void setNsURI(java.lang.String value)
Ns URI
' attribute.
value
- the new value of the 'Ns URI' attribute.getNsURI()