org.oasis.ebxml.registry.bindings.query.types
Class ReturnTypeType

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.query.types.ReturnTypeType
All Implemented Interfaces:
java.io.Serializable

public class ReturnTypeType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static ReturnTypeType LEAFCLASS
          The instance of the LeafClass type
static int LEAFCLASS_TYPE
          The LeafClass type
static ReturnTypeType LEAFCLASSWITHREPOSITORYITEM
          The instance of the LeafClassWithRepositoryItem type
static int LEAFCLASSWITHREPOSITORYITEM_TYPE
          The LeafClassWithRepositoryItem type
static ReturnTypeType OBJECTREF
          The instance of the ObjectRef type
static int OBJECTREF_TYPE
          The ObjectRef type
static ReturnTypeType REGISTRYENTRY
          The instance of the RegistryEntry type
static int REGISTRYENTRY_TYPE
          The RegistryEntry type
static ReturnTypeType REGISTRYOBJECT
          The instance of the RegistryObject type
static int REGISTRYOBJECT_TYPE
          The RegistryObject type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of ReturnTypeType
 int getType()
          Returns the type of this ReturnTypeType
 java.lang.String toString()
          Returns the String representation of this ReturnTypeType
static ReturnTypeType valueOf(java.lang.String string)
          Returns a new ReturnTypeType based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OBJECTREF_TYPE

public static final int OBJECTREF_TYPE
The ObjectRef type

See Also:
Constant Field Values

OBJECTREF

public static final ReturnTypeType OBJECTREF
The instance of the ObjectRef type


REGISTRYOBJECT_TYPE

public static final int REGISTRYOBJECT_TYPE
The RegistryObject type

See Also:
Constant Field Values

REGISTRYOBJECT

public static final ReturnTypeType REGISTRYOBJECT
The instance of the RegistryObject type


REGISTRYENTRY_TYPE

public static final int REGISTRYENTRY_TYPE
The RegistryEntry type

See Also:
Constant Field Values

REGISTRYENTRY

public static final ReturnTypeType REGISTRYENTRY
The instance of the RegistryEntry type


LEAFCLASS_TYPE

public static final int LEAFCLASS_TYPE
The LeafClass type

See Also:
Constant Field Values

LEAFCLASS

public static final ReturnTypeType LEAFCLASS
The instance of the LeafClass type


LEAFCLASSWITHREPOSITORYITEM_TYPE

public static final int LEAFCLASSWITHREPOSITORYITEM_TYPE
The LeafClassWithRepositoryItem type

See Also:
Constant Field Values

LEAFCLASSWITHREPOSITORYITEM

public static final ReturnTypeType LEAFCLASSWITHREPOSITORYITEM
The instance of the LeafClassWithRepositoryItem type

Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of ReturnTypeType


getType

public int getType()
Returns the type of this ReturnTypeType


toString

public java.lang.String toString()
Returns the String representation of this ReturnTypeType


valueOf

public static ReturnTypeType valueOf(java.lang.String string)
Returns a new ReturnTypeType based on the given String value.

Parameters:
string -