org.w3.xlink
Class ActuateType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.w3.xlink.ActuateType
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class ActuateType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Actuate Type', and utility methods for working with them.

See Also:
XlinkPackage.getActuateType(), Serialized Form

Field Summary
static int NONE
          The 'None' literal value.
static ActuateType NONE_LITERAL
          The 'None' literal object.
static int ON_LOAD
          The 'On Load' literal value.
static ActuateType ON_LOAD_LITERAL
          The 'On Load' literal object.
static int ON_REQUEST
          The 'On Request' literal value.
static ActuateType ON_REQUEST_LITERAL
          The 'On Request' literal object.
static int OTHER
          The 'Other' literal value.
static ActuateType OTHER_LITERAL
          The 'Other' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Actuate Type' enumerators.
 
Method Summary
static ActuateType get(int value)
          Returns the 'Actuate Type' literal with the specified integer value.
static ActuateType get(java.lang.String literal)
          Returns the 'Actuate Type' literal with the specified literal value.
static ActuateType getByName(java.lang.String name)
          Returns the 'Actuate Type' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ON_LOAD

public static final int ON_LOAD
The 'On Load' literal value.

If the meaning of 'On Load' literal object isn't clear, there really should be more of a description here...

See Also:
ON_LOAD_LITERAL, Constant Field Values

ON_REQUEST

public static final int ON_REQUEST
The 'On Request' literal value.

If the meaning of 'On Request' literal object isn't clear, there really should be more of a description here...

See Also:
ON_REQUEST_LITERAL, Constant Field Values

OTHER

public static final int OTHER
The 'Other' literal value.

If the meaning of 'Other' literal object isn't clear, there really should be more of a description here...

See Also:
OTHER_LITERAL, Constant Field Values

NONE

public static final int NONE
The 'None' literal value.

If the meaning of 'None' literal object isn't clear, there really should be more of a description here...

See Also:
NONE_LITERAL, Constant Field Values

ON_LOAD_LITERAL

public static final ActuateType ON_LOAD_LITERAL
The 'On Load' literal object.

See Also:
ON_LOAD

ON_REQUEST_LITERAL

public static final ActuateType ON_REQUEST_LITERAL
The 'On Request' literal object.

See Also:
ON_REQUEST

OTHER_LITERAL

public static final ActuateType OTHER_LITERAL
The 'Other' literal object.

See Also:
OTHER

NONE_LITERAL

public static final ActuateType NONE_LITERAL
The 'None' literal object.

See Also:
NONE

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Actuate Type' enumerators.

Method Detail

get

public static ActuateType get(java.lang.String literal)
Returns the 'Actuate Type' literal with the specified literal value.


getByName

public static ActuateType getByName(java.lang.String name)
Returns the 'Actuate Type' literal with the specified name.


get

public static ActuateType get(int value)
Returns the 'Actuate Type' literal with the specified integer value.



Copyright © 1996-2010 Geotools. All Rights Reserved.