|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumSourceType>
org.spase.parser200.EnumSourceType
public enum EnumSourceType
Java class for enumSourceType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumSourceType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Ancillary"/>
<enumeration value="Browse"/>
<enumeration value="Data"/>
<enumeration value="Layout"/>
<enumeration value="Thumbnail"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
ANCILLARY
A complementary item which can be subordinate, subsidiary, auxiliary, supplementary to the primary item. |
|
BROWSE
A representation of an image which is suitable to reveal most or all of the details of the image. |
|
DATA
A collection of organized information, usually the results of experience, observation or experiment, or a set of premises. |
|
LAYOUT
The structured arrangement of items in a collection. |
|
THUMBNAIL
A small representation of an image which is suitable to infer what the full-sized imaged is like. |
|
| Method Summary | |
|---|---|
static EnumSourceType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static EnumSourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumSourceType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EnumSourceType ANCILLARY
public static final EnumSourceType BROWSE
public static final EnumSourceType DATA
public static final EnumSourceType LAYOUT
public static final EnumSourceType THUMBNAIL
| Method Detail |
|---|
public static final EnumSourceType[] values()
for(EnumSourceType c : EnumSourceType.values())
System.out.println(c);
public static EnumSourceType 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 namepublic java.lang.String value()
public static EnumSourceType fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||