public enum HeaderElemType extends Enum<HeaderElemType>
Java class for headerElem.type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="headerElem.type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="mediaTypeElement"/>
<enumeration value="documentTypeElement"/>
<enumeration value="specialTagElement"/>
<enumeration value="numberDateElement"/>
<enumeration value="signatureElement"/>
<enumeration value="termElement"/>
<enumeration value="controlButton"/>
<enumeration value="executionButton"/>
<enumeration value="accessElement"/>
<enumeration value="statusElement"/>
<enumeration value="contractStatusElement"/>
<enumeration value="contractExecElement"/>
<enumeration value="agendaElement"/>
<enumeration value="meetingTimeElement"/>
<enumeration value="meetingDateElement"/>
<enumeration value="meetingDateTimeElement"/>
<enumeration value="meetingDateTransferElement"/>
<enumeration value="meetingFormElement"/>
<enumeration value="numberElement"/>
<enumeration value="placeElement"/>
<enumeration value="dateElement"/>
<enumeration value="protocolElement"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static HeaderElemType |
fromValue(String v) |
String |
value() |
static HeaderElemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderElemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeaderElemType MEDIA_TYPE_ELEMENT
public static final HeaderElemType DOCUMENT_TYPE_ELEMENT
public static final HeaderElemType SPECIAL_TAG_ELEMENT
public static final HeaderElemType NUMBER_DATE_ELEMENT
public static final HeaderElemType SIGNATURE_ELEMENT
public static final HeaderElemType TERM_ELEMENT
public static final HeaderElemType CONTROL_BUTTON
public static final HeaderElemType EXECUTION_BUTTON
public static final HeaderElemType ACCESS_ELEMENT
public static final HeaderElemType STATUS_ELEMENT
public static final HeaderElemType CONTRACT_STATUS_ELEMENT
public static final HeaderElemType CONTRACT_EXEC_ELEMENT
public static final HeaderElemType AGENDA_ELEMENT
public static final HeaderElemType MEETING_TIME_ELEMENT
public static final HeaderElemType MEETING_DATE_ELEMENT
public static final HeaderElemType MEETING_DATE_TIME_ELEMENT
public static final HeaderElemType MEETING_DATE_TRANSFER_ELEMENT
public static final HeaderElemType MEETING_FORM_ELEMENT
public static final HeaderElemType NUMBER_ELEMENT
public static final HeaderElemType PLACE_ELEMENT
public static final HeaderElemType DATE_ELEMENT
public static final HeaderElemType PROTOCOL_ELEMENT
public static HeaderElemType[] values()
for (HeaderElemType c : HeaderElemType.values()) System.out.println(c);
public static HeaderElemType 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 HeaderElemType fromValue(String v)
Copyright © 2012–2014 RedSoft. All rights reserved.