|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PolicyRole>
org.eclipse.swordfish.core.resolver.policy.PolicyRole
public enum PolicyRole
Enum of possible roles of a Swordfish policy.
| Enum Constant Summary | |
|---|---|
AGREED_POLICY
Agreed policy traded between a Swordfish service consumer and provider. |
|
CONSUMER_POLICY
Policy demanded by a Swordfish service consumer. |
|
PROVIDER_POLICY
Policy demanded by a Swordfish service provider. |
|
UNKNOWN
Role not (yet) defined. |
|
| Method Summary | |
|---|---|
static PolicyRole |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PolicyRole[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PolicyRole CONSUMER_POLICY
public static final PolicyRole PROVIDER_POLICY
public static final PolicyRole AGREED_POLICY
public static final PolicyRole UNKNOWN
| Method Detail |
|---|
public static final PolicyRole[] values()
for(PolicyRole c : PolicyRole.values())
System.out.println(c);
public static PolicyRole valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||