com.ibm.websphere.wim.model
Interface EntitlementInfoType


public interface EntitlementInfoType

A representation of the model object 'Entitlement Info Type'.

The following features are supported:

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

Method Summary
 java.util.List getEntitlements()
          Returns the value of the 'Entitlements' containment reference list.
 java.util.List getRoles()
          Returns the value of the 'Roles' attribute list.
 boolean isEntitlementCheckResult()
          Returns the value of the 'Entitlement Check Result' attribute.
 boolean isSetEntitlementCheckResult()
          Returns whether the value of the 'Entitlement Check Result' attribute is set.
 void setEntitlementCheckResult(boolean value)
          Sets the value of the 'Entitlement Check Result' attribute.
 void unsetEntitlementCheckResult()
          Unsets the value of the 'Entitlement Check Result' attribute.
 

Method Detail

getRoles

java.util.List getRoles()
Returns the value of the 'Roles' attribute list. The list contents are of type String.

See Also:
ModelPackage.getEntitlementInfoType_Roles()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Roles' attribute list.

getEntitlements

java.util.List getEntitlements()
Returns the value of the 'Entitlements' containment reference list. The list contents are of type EntitlementType.

See Also:
ModelPackage.getEntitlementInfoType_Entitlements()
Model:
type="com.ibm.websphere.wim.model.EntitlementType" containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Entitlements' containment reference list.

isEntitlementCheckResult

boolean isEntitlementCheckResult()
Returns the value of the 'Entitlement Check Result' attribute.

See Also:
isSetEntitlementCheckResult(), unsetEntitlementCheckResult(), setEntitlementCheckResult(boolean), ModelPackage.getEntitlementInfoType_EntitlementCheckResult()
Model:
unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" required="true"
Generated:
Return:
the value of the 'Entitlement Check Result' attribute.

setEntitlementCheckResult

void setEntitlementCheckResult(boolean value)
Sets the value of the 'Entitlement Check Result' attribute.

Parameters:
value - the new value of the 'Entitlement Check Result' attribute.
See Also:
isSetEntitlementCheckResult(), unsetEntitlementCheckResult(), isEntitlementCheckResult()
Generated:

unsetEntitlementCheckResult

void unsetEntitlementCheckResult()
Unsets the value of the 'Entitlement Check Result' attribute.

See Also:
isSetEntitlementCheckResult(), isEntitlementCheckResult(), setEntitlementCheckResult(boolean)
Generated:

isSetEntitlementCheckResult

boolean isSetEntitlementCheckResult()
Returns whether the value of the 'Entitlement Check Result' attribute is set.

See Also:
unsetEntitlementCheckResult(), isEntitlementCheckResult(), setEntitlementCheckResult(boolean)
Generated:
Return:
whether the value of the 'Entitlement Check Result' attribute is set.