Returns the enforcements for the values of the provisioning parameter.
Returns:
An array of integers representing the enforcements for the values of the provisioning parameter.
Each element of the array contains the enforcement for the
corresponding element of the values array.
Possible values for each element of the enforcement array include:
PPAProvisioningParameter.ENFORCEMENT_ALLOWED if the corresponding element in the values array is allowed.
PPAProvisioningParameter.ENFORCEMENT_DEFAULT if the corresponding element in the values array is the default.
PPAProvisioningParameter.ENFORCEMENT_EXCLUDED if the corresponding element in the values array is excluded.
PPAProvisioningParameter.ENFORCEMENT_MANDATORY if the corresponding element in the values array is mandatory.
getName
public java.lang.String getName()
Returns the name of the provisioning parameter.
Returns:
The name of the provisioning parameter.
getValues
public java.lang.Object[] getValues()
Returns the values for the provisioning parameter.
Returns:
An array of objects representing the values for the provisioning parameter.
This method may return several values even for a single-valued provisioning parameter if more
than one entitlement contains a definition for the corresponding provisioning parameter.
The enforcement for each element of the values array is represented by the
corresponding element in the enforcements array.