|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ResourceType>
org.archiviststoolkit.structure.MODS.ResourceType
public enum ResourceType
Java class for resourceType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="resourceType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="text"/>
<enumeration value="cartographic"/>
<enumeration value="notated music"/>
<enumeration value="sound recording-musical"/>
<enumeration value="sound recording-nonmusical"/>
<enumeration value="sound recording"/>
<enumeration value="still image"/>
<enumeration value="moving image"/>
<enumeration value="three dimensional object"/>
<enumeration value="software, multimedia"/>
<enumeration value="mixed material"/>
</restriction>
</simpleType>
| Method Summary | |
|---|---|
static ResourceType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static ResourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ResourceType[] |
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 ResourceType CARTOGRAPHIC
public static final ResourceType MIXED_MATERIAL
public static final ResourceType MOVING_IMAGE
public static final ResourceType NOTATED_MUSIC
public static final ResourceType SOFTWARE_MULTIMEDIA
public static final ResourceType SOUND_RECORDING
public static final ResourceType SOUND_RECORDING_MUSICAL
public static final ResourceType SOUND_RECORDING_NONMUSICAL
public static final ResourceType STILL_IMAGE
public static final ResourceType TEXT
public static final ResourceType THREE_DIMENSIONAL_OBJECT
| Method Detail |
|---|
public static final ResourceType[] values()
for(ResourceType c : ResourceType.values())
System.out.println(c);
public static ResourceType 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 ResourceType fromValue(java.lang.String v)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||