biz.c24.io.api.data
Class ProcessContentsEnum

java.lang.Object
  extended by biz.c24.io.api.data.ProcessContentsEnum
All Implemented Interfaces:
Serializable

public final class ProcessContentsEnum
extends Object
implements Serializable

An enumeration of the valid processs contents values which can be set on an AnyElement or AnyAttribute.

See Also:
Serialized Form

Field Summary
static ProcessContentsEnum LAX
          Specified that elements / attributes must be validated if they are declared and not validated if they are not declared.
static ProcessContentsEnum SKIP
          Specifies that elements / attributes need not be declared and need not be valid even if they are declared.
static ProcessContentsEnum STRICT
          Specifies that elements / attributes must be declared and be valid.
 
Method Summary
static ProcessContentsEnum[] getEnumArray()
          Returns an array containing the members of this enumeration.
static ProcessContentsEnum getEnumValue(String name)
          Returns the enumeration value called name.
 String getName()
          Returns the name.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STRICT

public static final ProcessContentsEnum STRICT
Specifies that elements / attributes must be declared and be valid.


SKIP

public static final ProcessContentsEnum SKIP
Specifies that elements / attributes need not be declared and need not be valid even if they are declared.


LAX

public static final ProcessContentsEnum LAX
Specified that elements / attributes must be validated if they are declared and not validated if they are not declared.

Method Detail

getName

public String getName()
Returns the name.

Returns:
The name

toString

public String toString()
Overrides:
toString in class Object

getEnumArray

public static ProcessContentsEnum[] getEnumArray()
Returns an array containing the members of this enumeration.

Returns:
The enumeration as an array.

getEnumValue

public static ProcessContentsEnum getEnumValue(String name)
Returns the enumeration value called name.

Parameters:
name - The name of the enumeration value to return.
Returns:
The enumeration value or null if none was found.


C24 Technologies © 2002-2012: All Rights Reserved.