@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public enum EnumIncludeResources extends Enum<EnumIncludeResources>
Java class for EnumIncludeResources.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EnumIncludeResources">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="IncludeNever"/>
<enumeration value="IncludeOncePerDoc"/>
<enumeration value="IncludeOncePerPage"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
INCLUDE_NEVER |
INCLUDE_ONCE_PER_DOC |
INCLUDE_ONCE_PER_PAGE |
| Modifier and Type | Method and Description |
|---|---|
static EnumIncludeResources |
fromValue(String v) |
String |
value() |
static EnumIncludeResources |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumIncludeResources[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumIncludeResources INCLUDE_NEVER
public static final EnumIncludeResources INCLUDE_ONCE_PER_DOC
public static final EnumIncludeResources INCLUDE_ONCE_PER_PAGE
public static EnumIncludeResources[] values()
for (EnumIncludeResources c : EnumIncludeResources.values()) System.out.println(c);
public static EnumIncludeResources 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 value()
public static EnumIncludeResources fromValue(String v)
Copyright © 2016. All rights reserved.