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

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

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

See Also:
Serialized Form

Field Summary
static StringPredicateType VALUE_0
          The instance of the Contains type
static int VALUE_0_TYPE
          The Contains type
static StringPredicateType VALUE_1
          The instance of the -Contains type
static int VALUE_1_TYPE
          The -Contains type
static StringPredicateType VALUE_2
          The instance of the StartsWith type
static int VALUE_2_TYPE
          The StartsWith type
static StringPredicateType VALUE_3
          The instance of the -StartsWith type
static int VALUE_3_TYPE
          The -StartsWith type
static StringPredicateType VALUE_4
          The instance of the Equal type
static int VALUE_4_TYPE
          The Equal type
static StringPredicateType VALUE_5
          The instance of the -Equal type
static int VALUE_5_TYPE
          The -Equal type
static StringPredicateType VALUE_6
          The instance of the EndsWith type
static int VALUE_6_TYPE
          The EndsWith type
static StringPredicateType VALUE_7
          The instance of the -EndsWith type
static int VALUE_7_TYPE
          The -EndsWith type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of StringPredicateType
 int getType()
          Returns the type of this StringPredicateType
 java.lang.String toString()
          Returns the String representation of this StringPredicateType
static StringPredicateType valueOf(java.lang.String string)
          Returns a new StringPredicateType 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

VALUE_0_TYPE

public static final int VALUE_0_TYPE
The Contains type

See Also:
Constant Field Values

VALUE_0

public static final StringPredicateType VALUE_0
The instance of the Contains type


VALUE_1_TYPE

public static final int VALUE_1_TYPE
The -Contains type

See Also:
Constant Field Values

VALUE_1

public static final StringPredicateType VALUE_1
The instance of the -Contains type


VALUE_2_TYPE

public static final int VALUE_2_TYPE
The StartsWith type

See Also:
Constant Field Values

VALUE_2

public static final StringPredicateType VALUE_2
The instance of the StartsWith type


VALUE_3_TYPE

public static final int VALUE_3_TYPE
The -StartsWith type

See Also:
Constant Field Values

VALUE_3

public static final StringPredicateType VALUE_3
The instance of the -StartsWith type


VALUE_4_TYPE

public static final int VALUE_4_TYPE
The Equal type

See Also:
Constant Field Values

VALUE_4

public static final StringPredicateType VALUE_4
The instance of the Equal type


VALUE_5_TYPE

public static final int VALUE_5_TYPE
The -Equal type

See Also:
Constant Field Values

VALUE_5

public static final StringPredicateType VALUE_5
The instance of the -Equal type


VALUE_6_TYPE

public static final int VALUE_6_TYPE
The EndsWith type

See Also:
Constant Field Values

VALUE_6

public static final StringPredicateType VALUE_6
The instance of the EndsWith type


VALUE_7_TYPE

public static final int VALUE_7_TYPE
The -EndsWith type

See Also:
Constant Field Values

VALUE_7

public static final StringPredicateType VALUE_7
The instance of the -EndsWith type

Method Detail

enumerate

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


getType

public int getType()
Returns the type of this StringPredicateType


toString

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


valueOf

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

Parameters:
string -