| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.api.policy |
Policy-related classes.
|
| de.fraunhofer.iese.ind2uce.api.policy.identifier |
Policy-related identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyType |
Policy.getType()
Gets the type.
|
static PolicyType |
PolicyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyType[] |
PolicyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyType |
PolicyId.getPolicyType()
Gets the type of the policy the ID belongs to.
|
PolicyType |
PolicyId.getType()
Gets the type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyId.setPolicyType(PolicyType policyType)
Sets the type of the policy the ID belongs to.
|
Copyright © 2018. All rights reserved.