Package com.adobe.epubcheck.vocab
Enum StagingEdupubVocab.EPUB_TYPES
- java.lang.Object
-
- java.lang.Enum<StagingEdupubVocab.EPUB_TYPES>
-
- com.adobe.epubcheck.vocab.StagingEdupubVocab.EPUB_TYPES
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<StagingEdupubVocab.EPUB_TYPES>
- Enclosing class:
- StagingEdupubVocab
public static enum StagingEdupubVocab.EPUB_TYPES extends java.lang.Enum<StagingEdupubVocab.EPUB_TYPES>
-
-
Enum Constant Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateEPUB_TYPES()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StagingEdupubVocab.EPUB_TYPESvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StagingEdupubVocab.EPUB_TYPES[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ABSTRACT
public static final StagingEdupubVocab.EPUB_TYPES ABSTRACT
-
ANSWER
public static final StagingEdupubVocab.EPUB_TYPES ANSWER
-
ANSWERS
public static final StagingEdupubVocab.EPUB_TYPES ANSWERS
-
ASSESSMENTS
public static final StagingEdupubVocab.EPUB_TYPES ASSESSMENTS
-
BIBLIOREF
public static final StagingEdupubVocab.EPUB_TYPES BIBLIOREF
-
CASE_STUDY
public static final StagingEdupubVocab.EPUB_TYPES CASE_STUDY
-
CREDIT
public static final StagingEdupubVocab.EPUB_TYPES CREDIT
-
CREDITS
public static final StagingEdupubVocab.EPUB_TYPES CREDITS
-
FEEDBACK
public static final StagingEdupubVocab.EPUB_TYPES FEEDBACK
-
FILL_IN_THE_BLANK_PROBLEM
public static final StagingEdupubVocab.EPUB_TYPES FILL_IN_THE_BLANK_PROBLEM
-
GENERAL_PROBLEM
public static final StagingEdupubVocab.EPUB_TYPES GENERAL_PROBLEM
-
GLOSSREF
public static final StagingEdupubVocab.EPUB_TYPES GLOSSREF
-
KEYWORD
public static final StagingEdupubVocab.EPUB_TYPES KEYWORD
-
KEYWORDS
public static final StagingEdupubVocab.EPUB_TYPES KEYWORDS
-
LABEL
public static final StagingEdupubVocab.EPUB_TYPES LABEL
-
LEARNING_OBJECTIVES
public static final StagingEdupubVocab.EPUB_TYPES LEARNING_OBJECTIVES
-
LEARNING_OUTCOME
public static final StagingEdupubVocab.EPUB_TYPES LEARNING_OUTCOME
-
LEARNING_OUTCOMES
public static final StagingEdupubVocab.EPUB_TYPES LEARNING_OUTCOMES
-
LEARNING_RESOURCES
public static final StagingEdupubVocab.EPUB_TYPES LEARNING_RESOURCES
-
LEARNING_STANDARD
public static final StagingEdupubVocab.EPUB_TYPES LEARNING_STANDARD
-
LEARNING_STANDARDS
public static final StagingEdupubVocab.EPUB_TYPES LEARNING_STANDARDS
-
MATCH_PROBLEM
public static final StagingEdupubVocab.EPUB_TYPES MATCH_PROBLEM
-
MULTIPLE_CHOICE_PROBLEM
public static final StagingEdupubVocab.EPUB_TYPES MULTIPLE_CHOICE_PROBLEM
-
ORDINAL
public static final StagingEdupubVocab.EPUB_TYPES ORDINAL
-
PRACTICE
public static final StagingEdupubVocab.EPUB_TYPES PRACTICE
-
PRACTICES
public static final StagingEdupubVocab.EPUB_TYPES PRACTICES
-
PULLQUOTE
public static final StagingEdupubVocab.EPUB_TYPES PULLQUOTE
-
QUESTION
public static final StagingEdupubVocab.EPUB_TYPES QUESTION
-
REFERRER
public static final StagingEdupubVocab.EPUB_TYPES REFERRER
-
SERIESPAGE
public static final StagingEdupubVocab.EPUB_TYPES SERIESPAGE
-
TOC_BRIEF
public static final StagingEdupubVocab.EPUB_TYPES TOC_BRIEF
-
TRUE_FALSE_PROBLEM
public static final StagingEdupubVocab.EPUB_TYPES TRUE_FALSE_PROBLEM
-
-
Method Detail
-
values
public static StagingEdupubVocab.EPUB_TYPES[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (StagingEdupubVocab.EPUB_TYPES c : StagingEdupubVocab.EPUB_TYPES.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static StagingEdupubVocab.EPUB_TYPES valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-