public interface IdentifierType
The following features are supported:
ModelPackage.getIdentifierType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExternalId()
Returns the value of the 'External Id' attribute.
|
java.lang.String |
getExternalName()
Returns the value of the 'External Name' attribute.
|
java.lang.String |
getRepositoryId()
Returns the value of the 'Repository Id' attribute.
|
java.lang.String |
getUniqueId()
Returns the value of the 'Unique Id' attribute.
|
java.lang.String |
getUniqueName()
Returns the value of the 'Unique Name' attribute.
|
void |
setExternalId(java.lang.String value)
Sets the value of the '
External Id ' attribute. |
void |
setExternalName(java.lang.String value)
Sets the value of the '
External Name ' attribute. |
void |
setRepositoryId(java.lang.String value)
Sets the value of the '
Repository Id ' attribute. |
void |
setUniqueId(java.lang.String value)
Sets the value of the '
Unique Id ' attribute. |
void |
setUniqueName(java.lang.String value)
Sets the value of the '
Unique Name ' attribute. |
java.lang.String getExternalId()
setExternalId(String)
,
ModelPackage.getIdentifierType_ExternalId()
void setExternalId(java.lang.String value)
External Id
' attribute.
value
- the new value of the 'External Id' attribute.getExternalId()
java.lang.String getExternalName()
setExternalName(String)
,
ModelPackage.getIdentifierType_ExternalName()
void setExternalName(java.lang.String value)
External Name
' attribute.
value
- the new value of the 'External Name' attribute.getExternalName()
java.lang.String getRepositoryId()
setRepositoryId(String)
,
ModelPackage.getIdentifierType_RepositoryId()
void setRepositoryId(java.lang.String value)
Repository Id
' attribute.
value
- the new value of the 'Repository Id' attribute.getRepositoryId()
java.lang.String getUniqueId()
setUniqueId(String)
,
ModelPackage.getIdentifierType_UniqueId()
void setUniqueId(java.lang.String value)
Unique Id
' attribute.
value
- the new value of the 'Unique Id' attribute.getUniqueId()
java.lang.String getUniqueName()
setUniqueName(String)
,
ModelPackage.getIdentifierType_UniqueName()
void setUniqueName(java.lang.String value)
Unique Name
' attribute.
value
- the new value of the 'Unique Name' attribute.getUniqueName()