org.obe.wfxml.model
Class ResponseRequiredType

java.lang.Object
  extended byorg.obe.util.AbstractEnum
      extended byorg.obe.wfxml.model.ResponseRequiredType
All Implemented Interfaces:
java.lang.Comparable, Enum, java.io.Serializable

public final class ResponseRequiredType
extends AbstractEnum

See Also:
Serialized Form

Field Summary
static ResponseRequiredType IF_ERROR
           
static ResponseRequiredType NO
           
static java.util.List VALUES
           
static ResponseRequiredType YES
           
 
Fields inherited from class org.obe.util.AbstractEnum
name, ordinal
 
Method Summary
 java.util.List family()
          Returns an immutable list of the members of the enumerated type.
static ResponseRequiredType valueOf(java.lang.String tag)
           
 
Methods inherited from class org.obe.util.AbstractEnum
clinit, clone, compareTo, equals, hashCode, readResolve, toString, value
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

YES

public static final ResponseRequiredType YES

NO

public static final ResponseRequiredType NO

IF_ERROR

public static final ResponseRequiredType IF_ERROR

VALUES

public static final java.util.List VALUES
Method Detail

valueOf

public static ResponseRequiredType valueOf(java.lang.String tag)

family

public java.util.List family()
Description copied from interface: Enum
Returns an immutable list of the members of the enumerated type.

Returns:
The family of allowed values.


SourceForge.net Logo OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.