public interface ActionNotAllowType
The following features are supported:
ModelPackage.getActionNotAllowType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionName()
Returns the value of the 'Action Name' attribute.
|
java.lang.String |
getRepositoryId()
Returns the value of the 'Repository Id' attribute.
|
void |
setActionName(java.lang.String value)
Sets the value of the '
Action Name ' attribute. |
void |
setRepositoryId(java.lang.String value)
Sets the value of the '
Repository Id ' attribute. |
java.lang.String getActionName()
setActionName(String)
,
ModelPackage.getActionNotAllowType_ActionName()
void setActionName(java.lang.String value)
Action Name
' attribute.
value
- the new value of the 'Action Name' attribute.getActionName()
java.lang.String getRepositoryId()
setRepositoryId(String)
,
ModelPackage.getActionNotAllowType_RepositoryId()
void setRepositoryId(java.lang.String value)
Repository Id
' attribute.
value
- the new value of the 'Repository Id' attribute.getRepositoryId()