com.ibm.websphere.wim.model
Interface ViewIdentifierType


public interface ViewIdentifierType

A representation of the model object 'View Identifier Type'.

The following features are supported:

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

Method Summary
 java.lang.String getViewEntryName()
          Returns the value of the 'View Entry Name' attribute.
 java.lang.String getViewEntryUniqueId()
          Returns the value of the 'View Entry Unique Id' attribute.
 java.lang.String getViewName()
          Returns the value of the 'View Name' attribute.
 void setViewEntryName(java.lang.String value)
          Sets the value of the 'View Entry Name' attribute.
 void setViewEntryUniqueId(java.lang.String value)
          Sets the value of the 'View Entry Unique Id' attribute.
 void setViewName(java.lang.String value)
          Sets the value of the 'View Name' attribute.
 

Method Detail

getViewEntryName

java.lang.String getViewEntryName()
Returns the value of the 'View Entry Name' attribute.

See Also:
setViewEntryName(String), ModelPackage.getViewIdentifierType_ViewEntryName()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'View Entry Name' attribute.

setViewEntryName

void setViewEntryName(java.lang.String value)
Sets the value of the 'View Entry Name' attribute.

Parameters:
value - the new value of the 'View Entry Name' attribute.
See Also:
getViewEntryName()
Generated:

getViewEntryUniqueId

java.lang.String getViewEntryUniqueId()
Returns the value of the 'View Entry Unique Id' attribute.

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

setViewEntryUniqueId

void setViewEntryUniqueId(java.lang.String value)
Sets the value of the 'View Entry Unique Id' attribute.

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

getViewName

java.lang.String getViewName()
Returns the value of the 'View Name' attribute.

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

setViewName

void setViewName(java.lang.String value)
Sets the value of the 'View Name' attribute.

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