|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DeepNS>
org.deepfs.fsml.DeepNS
public enum DeepNS
All namespaces used in the DeepFile.
Enum Constant Summary | |
---|---|
DCTERMS
Dublin Core metadata terms namespace. |
|
DEEPURL
DeepFS filesystem namespace. |
|
FSMETA
DeepFS metadata namespace. |
Method Summary | |
---|---|
String |
tag(String element)
Adds the corresponding namespace prefix to the element. |
String |
toString()
|
static DeepNS |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DeepNS[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DeepNS DEEPURL
public static final DeepNS FSMETA
public static final DeepNS DCTERMS
Method Detail |
---|
public static DeepNS[] values()
for (DeepNS c : DeepNS.values()) System.out.println(c);
public static DeepNS 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
NullPointerException
- if the argument is nullpublic String tag(String element)
element
- the xml element to add the namespace prefix to
public String toString()
toString
in class Enum<DeepNS>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |