public static enum NodeAffiliate.Affiliation extends Enum<NodeAffiliate.Affiliation>
Enum Constant and Description |
---|
none
A user with no affiliation can susbcribe to the node.
|
outcast
Outcast users are not allowed to subscribe to the node.
|
owner
An owner can publish, delete and purge items as well as configure and delete the node.
|
publisher
A publisher can subscribe and publish items to the node.
|
Modifier and Type | Method and Description |
---|---|
static NodeAffiliate.Affiliation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeAffiliate.Affiliation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeAffiliate.Affiliation owner
public static final NodeAffiliate.Affiliation publisher
public static final NodeAffiliate.Affiliation none
public static final NodeAffiliate.Affiliation outcast
public static NodeAffiliate.Affiliation[] values()
for (NodeAffiliate.Affiliation c : NodeAffiliate.Affiliation.values()) System.out.println(c);
public static NodeAffiliate.Affiliation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2003-2008 Jive Software.