|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Affiliation>
tigase.pubsub.Affiliation
public enum Affiliation
| Enum Constant Summary | |
|---|---|
member
|
|
none
|
|
outcast
An entity that is disallowed from subscribing or publishing to a node. |
|
owner
The manager of a node, of which there may be more than one; often but not necessarily the node creator. |
|
publisher
An entity that is allowed to publish items to a node. |
|
| Method Summary | |
|---|---|
int |
getWeight()
|
boolean |
isConfigureNode()
|
boolean |
isDeleteItem()
|
boolean |
isDeleteNode()
|
boolean |
isPublishItem()
|
boolean |
isPurgeNode()
|
boolean |
isRetrieveItem()
|
boolean |
isSubscribe()
|
static Affiliation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Affiliation[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, 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 Affiliation member
public static final Affiliation none
public static final Affiliation outcast
public static final Affiliation owner
public static final Affiliation publisher
| Method Detail |
|---|
public static Affiliation[] values()
for (Affiliation c : Affiliation.values()) System.out.println(c);
public static Affiliation 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
java.lang.NullPointerException - if the argument is nullpublic int getWeight()
public boolean isConfigureNode()
public boolean isDeleteItem()
public boolean isDeleteNode()
public boolean isPublishItem()
public boolean isPurgeNode()
public boolean isRetrieveItem()
public boolean isSubscribe()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||