public class PPAProvisioningParameter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ENFORCEMENT_ALLOWED
Enforcement value that indicates that the provisioning parameter
is allowed.
|
static int |
ENFORCEMENT_DEFAULT
Enforcement value that indicates that the provisioning parameter
is the default.
|
static int |
ENFORCEMENT_EXCLUDED
Enforcement value that indicates that the provisioning parameter
is excluded.
|
static int |
ENFORCEMENT_MANDATORY
Enforcement value that indicates that the provisioning parameter
is mandatory.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getEnforcements()
Returns the enforcements for the values of the provisioning parameter.
|
java.lang.String |
getName()
Returns the name of the provisioning parameter.
|
java.lang.Object[] |
getValues()
Returns the values for the provisioning parameter.
|
public static final int ENFORCEMENT_ALLOWED
public static final int ENFORCEMENT_DEFAULT
public static final int ENFORCEMENT_EXCLUDED
public static final int ENFORCEMENT_MANDATORY
public int[] getEnforcements()
public java.lang.String getName()
public java.lang.Object[] getValues()