public static enum Affiliation.AffiliationNamespace extends Enum<Affiliation.AffiliationNamespace>
Modifier and Type | Field and Description |
---|---|
PubSubElementType |
type |
Modifier and Type | Method and Description |
---|---|
static Affiliation.AffiliationNamespace |
fromXmlns(String xmlns) |
static Affiliation.AffiliationNamespace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Affiliation.AffiliationNamespace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Affiliation.AffiliationNamespace basic
public static final Affiliation.AffiliationNamespace owner
public final PubSubElementType type
public static Affiliation.AffiliationNamespace[] values()
for (Affiliation.AffiliationNamespace c : Affiliation.AffiliationNamespace.values()) System.out.println(c);
public static Affiliation.AffiliationNamespace 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 static Affiliation.AffiliationNamespace fromXmlns(String xmlns)