public enum Affiliation extends Enum<Affiliation>
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
getWeight() |
boolean |
isConfigureNode() |
boolean |
isDeleteItem() |
boolean |
isDeleteNode() |
boolean |
isPublishItem() |
boolean |
isPurgeNode() |
boolean |
isRetrieveItem() |
boolean |
isSubscribe() |
static Affiliation |
valueOf(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.
|
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
public static Affiliation[] values()
for (Affiliation c : Affiliation.values()) System.out.println(c);
public static 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 nullpublic int getWeight()
public boolean isConfigureNode()
public boolean isDeleteItem()
public boolean isDeleteNode()
public boolean isPublishItem()
public boolean isPurgeNode()
public boolean isRetrieveItem()
public boolean isSubscribe()
Copyright © 2017 "Tigase, Inc.". All rights reserved.