org.eclipse.stardust.engine.api.ws.query
Enum ProcessInstanceDetailsLevelXto

java.lang.Object
  extended by java.lang.Enum<ProcessInstanceDetailsLevelXto>
      extended by org.eclipse.stardust.engine.api.ws.query.ProcessInstanceDetailsLevelXto
All Implemented Interfaces:
Serializable, Comparable<ProcessInstanceDetailsLevelXto>

public enum ProcessInstanceDetailsLevelXto
extends Enum<ProcessInstanceDetailsLevelXto>

Java class for ProcessInstanceDetailsLevel.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ProcessInstanceDetailsLevel">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Core"/>
     <enumeration value="WithProperties"/>
     <enumeration value="WithResolvedProperties"/>
     <enumeration value="Full"/>
     <enumeration value="Default"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
CORE
           
DEFAULT
           
FULL
           
WITH_PROPERTIES
           
WITH_RESOLVED_PROPERTIES
           
 
Method Summary
static ProcessInstanceDetailsLevelXto fromValue(String v)
           
 String value()
           
static ProcessInstanceDetailsLevelXto valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProcessInstanceDetailsLevelXto[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CORE

public static final ProcessInstanceDetailsLevelXto CORE

WITH_PROPERTIES

public static final ProcessInstanceDetailsLevelXto WITH_PROPERTIES

WITH_RESOLVED_PROPERTIES

public static final ProcessInstanceDetailsLevelXto WITH_RESOLVED_PROPERTIES

FULL

public static final ProcessInstanceDetailsLevelXto FULL

DEFAULT

public static final ProcessInstanceDetailsLevelXto DEFAULT
Method Detail

values

public static ProcessInstanceDetailsLevelXto[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ProcessInstanceDetailsLevelXto c : ProcessInstanceDetailsLevelXto.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ProcessInstanceDetailsLevelXto valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static ProcessInstanceDetailsLevelXto fromValue(String v)


Copyright © 2017 Eclipse Stardust. All Rights Reserved.