com.ibm.websphere.wim.model
Interface IdentifierType


public interface IdentifierType

A representation of the model object 'Identifier Type'.

The following features are supported:

See Also:
ModelPackage.getIdentifierType()
Model:
Generated:

Method Summary
 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.
 

Method Detail

getExternalId

java.lang.String getExternalId()
Returns the value of the 'External Id' attribute.

See Also:
setExternalId(String), ModelPackage.getIdentifierType_ExternalId()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
Generated:
Return:
the value of the 'External Id' attribute.

setExternalId

void setExternalId(java.lang.String value)
Sets the value of the 'External Id' attribute.

Parameters:
value - the new value of the 'External Id' attribute.
See Also:
getExternalId()
Generated:

getExternalName

java.lang.String getExternalName()
Returns the value of the 'External Name' attribute.

See Also:
setExternalName(String), ModelPackage.getIdentifierType_ExternalName()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
Generated:
Return:
the value of the 'External Name' attribute.

setExternalName

void setExternalName(java.lang.String value)
Sets the value of the 'External Name' attribute.

Parameters:
value - the new value of the 'External Name' attribute.
See Also:
getExternalName()
Generated:

getRepositoryId

java.lang.String getRepositoryId()
Returns the value of the 'Repository Id' attribute.

See Also:
setRepositoryId(String), ModelPackage.getIdentifierType_RepositoryId()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
Generated:
Return:
the value of the 'Repository Id' attribute.

setRepositoryId

void setRepositoryId(java.lang.String value)
Sets the value of the 'Repository Id' attribute.

Parameters:
value - the new value of the 'Repository Id' attribute.
See Also:
getRepositoryId()
Generated:

getUniqueId

java.lang.String getUniqueId()
Returns the value of the 'Unique Id' attribute.

See Also:
setUniqueId(String), ModelPackage.getIdentifierType_UniqueId()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
Generated:
Return:
the value of the 'Unique Id' attribute.

setUniqueId

void setUniqueId(java.lang.String value)
Sets the value of the 'Unique Id' attribute.

Parameters:
value - the new value of the 'Unique Id' attribute.
See Also:
getUniqueId()
Generated:

getUniqueName

java.lang.String getUniqueName()
Returns the value of the 'Unique Name' attribute.

See Also:
setUniqueName(String), ModelPackage.getIdentifierType_UniqueName()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
Generated:
Return:
the value of the 'Unique Name' attribute.

setUniqueName

void setUniqueName(java.lang.String value)
Sets the value of the 'Unique Name' attribute.

Parameters:
value - the new value of the 'Unique Name' attribute.
See Also:
getUniqueName()
Generated: