com.ibm.websphere.wim.model
Interface EntitlementType


public interface EntitlementType

A representation of the model object 'Entitlement Type'.

The following features are supported:

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

Method Summary
 java.lang.String getAttribute()
          Returns the value of the 'Attribute' attribute.
 java.lang.String getMethod()
          Returns the value of the 'Method' attribute.
 java.lang.String getObject()
          Returns the value of the 'Object' attribute.
 void setAttribute(java.lang.String value)
          Sets the value of the 'Attribute' attribute.
 void setMethod(java.lang.String value)
          Sets the value of the 'Method' attribute.
 void setObject(java.lang.String value)
          Sets the value of the 'Object' attribute.
 

Method Detail

getAttribute

java.lang.String getAttribute()
Returns the value of the 'Attribute' attribute.

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

setAttribute

void setAttribute(java.lang.String value)
Sets the value of the 'Attribute' attribute.

Parameters:
value - the new value of the 'Attribute' attribute.
See Also:
getAttribute()
Generated:

getMethod

java.lang.String getMethod()
Returns the value of the 'Method' attribute.

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

setMethod

void setMethod(java.lang.String value)
Sets the value of the 'Method' attribute.

Parameters:
value - the new value of the 'Method' attribute.
See Also:
getMethod()
Generated:

getObject

java.lang.String getObject()
Returns the value of the 'Object' attribute.

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

setObject

void setObject(java.lang.String value)
Sets the value of the 'Object' attribute.

Parameters:
value - the new value of the 'Object' attribute.
See Also:
getObject()
Generated: