com.ibm.websphere.wim.model
Interface ActionNotAllowType


public interface ActionNotAllowType

A representation of the model object 'Action Not Allow Type'.

The following features are supported:

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

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

Method Detail

getActionName

java.lang.String getActionName()
Returns the value of the 'Action Name' attribute.

See Also:
setActionName(String), ModelPackage.getActionNotAllowType_ActionName()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token" required="true"
Generated:
Return:
the value of the 'Action Name' attribute.

setActionName

void setActionName(java.lang.String value)
Sets the value of the 'Action Name' attribute.

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

getRepositoryId

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

See Also:
setRepositoryId(String), ModelPackage.getActionNotAllowType_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: