biz.c24.io.api.data
Class NamespaceEnum

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

public final class NamespaceEnum
extends Object
implements Serializable

An enumeration of the valid reserved namespace values for an AnyElement or AnyAttribute.

See Also:
Serialized Form

Field Summary
static NamespaceEnum ANY
          Specifies that all elements / attributes from any namespace are allowed.
static NamespaceEnum LOCAL
          Specifies that only elements / attributes not in any namespace are allowed.
static NamespaceEnum OTHER
          Specifes that only elements / attributes from namespaces other than the target namespace are allowed.
static NamespaceEnum TARGET
          Specifies that only elements / attribute from the target namespace are allowed.
 
Method Summary
 String tString()
          Returns the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY

public static final NamespaceEnum ANY
Specifies that all elements / attributes from any namespace are allowed.


OTHER

public static final NamespaceEnum OTHER
Specifes that only elements / attributes from namespaces other than the target namespace are allowed.


TARGET

public static final NamespaceEnum TARGET
Specifies that only elements / attribute from the target namespace are allowed.


LOCAL

public static final NamespaceEnum LOCAL
Specifies that only elements / attributes not in any namespace are allowed.

Method Detail

tString

public String tString()
Returns the name.

Returns:
The name.


C24 Technologies © 2002-2012: All Rights Reserved.