public interface EntitlementType
The following features are supported:
ModelPackage.getEntitlementType()
Modifier and Type | Method and Description |
---|---|
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. |
java.lang.String getAttribute()
setAttribute(String)
,
ModelPackage.getEntitlementType_Attribute()
void setAttribute(java.lang.String value)
Attribute
' attribute.
value
- the new value of the 'Attribute' attribute.getAttribute()
java.lang.String getMethod()
setMethod(String)
,
ModelPackage.getEntitlementType_Method()
void setMethod(java.lang.String value)
Method
' attribute.
value
- the new value of the 'Method' attribute.getMethod()
java.lang.String getObject()
setObject(String)
,
ModelPackage.getEntitlementType_Object()
void setObject(java.lang.String value)
Object
' attribute.
value
- the new value of the 'Object' attribute.getObject()