public static enum NamingScheme.NameType extends Enum<NamingScheme.NameType>
| Enum Constant and Description |
|---|
NUMBER |
QNAME |
SERIALIZABLE |
STRING |
TERM |
URI |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static NamingScheme.NameType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamingScheme.NameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NamingScheme.NameType TERM
public static final NamingScheme.NameType URI
public static final NamingScheme.NameType QNAME
public static final NamingScheme.NameType STRING
public static final NamingScheme.NameType NUMBER
public static final NamingScheme.NameType SERIALIZABLE
public static NamingScheme.NameType[] values()
for (NamingScheme.NameType c : NamingScheme.NameType.values()) System.out.println(c);
public static NamingScheme.NameType 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 String toString()
toString in class Enum<NamingScheme.NameType>
Copyright (C) 2014-2016, Center for Open Middleware