|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectcom.ace.mws.policies.PolicyState
enum PolicyState
Represents the state of a policy. A policy may only be enabled or disabled.
| Enum Constant Summary | |
|---|---|
DISABLED
The policy is disabled or inactive. |
|
ENABLED
The policy is enabled or active. |
|
| Field Summary | |
|---|---|
private def |
str
|
| Constructor Summary | |
private PolicyState(String str)
|
|
| Method Summary | |
|---|---|
String
|
toString()
|
PolicyState
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
PolicyState[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Enum Constant Detail |
|---|
PolicyState DISABLED
PolicyState ENABLED
| Field Detail |
|---|
private def str
| Constructor Detail |
|---|
private PolicyState(String str)
| Method Detail |
|---|
String toString()
PolicyState valueOf(String name)
PolicyState[] values()
Groovy Documentation