|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<NodeAffiliate.Affiliation> org.jivesoftware.openfire.pubsub.NodeAffiliate.Affiliation
public static enum NodeAffiliate.Affiliation
Affiliation with a node defines user permissions.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
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're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final NodeAffiliate.Affiliation owner
public static final NodeAffiliate.Affiliation publisher
public static final NodeAffiliate.Affiliation none
public static final NodeAffiliate.Affiliation outcast
Method Detail |
---|
public static final 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 name
|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |