public interface ViewIdentifierType
The following features are supported:
ModelPackage.getViewIdentifierType()
Modifier and Type | Method and Description |
---|---|
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. |
java.lang.String getViewEntryName()
setViewEntryName(String)
,
ModelPackage.getViewIdentifierType_ViewEntryName()
void setViewEntryName(java.lang.String value)
View Entry Name
' attribute.
value
- the new value of the 'View Entry Name' attribute.getViewEntryName()
java.lang.String getViewEntryUniqueId()
setViewEntryUniqueId(String)
,
ModelPackage.getViewIdentifierType_ViewEntryUniqueId()
void setViewEntryUniqueId(java.lang.String value)
View Entry Unique Id
' attribute.
value
- the new value of the 'View Entry Unique Id' attribute.getViewEntryUniqueId()
java.lang.String getViewName()
setViewName(String)
,
ModelPackage.getViewIdentifierType_ViewName()
void setViewName(java.lang.String value)
View Name
' attribute.
value
- the new value of the 'View Name' attribute.getViewName()