|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<UriTypes>
au.gov.nehta.vendorlibrary.clinicalpackage.enums.UriTypes
public enum UriTypes
Enumeration of the various URI types used in package generation and extraction.
Enum Constant Summary | |
---|---|
FQ_SUBSET_DIR
Fully qualified name of the submission set directory. |
|
INDEX
Name of the file providing an HTML entry point into the package contents. |
|
README
Name of the file providing informative information about the package. |
|
ROOT_DIR
Name of the root package contents directory. |
|
ROOT_DOCUMENT
Name of the root CDA document. |
|
SIGNATURE
Name of the ROOT_DOCUMENT 's signature file. |
|
SUBSET_DIR
Name of the submission set directory. |
Method Summary | |
---|---|
java.lang.String |
getUri()
Returns the URI type. |
static UriTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UriTypes[] |
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 UriTypes ROOT_DOCUMENT
public static final UriTypes SIGNATURE
ROOT_DOCUMENT
's signature file.
public static final UriTypes INDEX
public static final UriTypes README
public static final UriTypes ROOT_DIR
public static final UriTypes SUBSET_DIR
public static final UriTypes FQ_SUBSET_DIR
Method Detail |
---|
public static UriTypes[] values()
for (UriTypes c : UriTypes.values()) System.out.println(c);
public static UriTypes 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 java.lang.String getUri()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |