org.oasis.was
Class ConditionType

java.lang.Object
  extended byorg.oasis.was.ConditionType
All Implemented Interfaces:
java.io.Serializable

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

Java content class for ConditionType.

The following schema fragment specifies the expected content contained within this java content object.

 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
   <enumeration value="privilege"/>
   <enumeration value="port"/>
 </restriction>
 

See Also:
Serialized Form

Field Summary
static java.lang.String _PORT
           
static java.lang.String _PRIVILEGE
           
static ConditionType PORT
           
static ConditionType PRIVILEGE
           
 
Constructor Summary
protected ConditionType(java.lang.String v)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static ConditionType fromString(java.lang.String str)
           
static ConditionType fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_PRIVILEGE

public static final java.lang.String _PRIVILEGE
See Also:
Constant Field Values

PRIVILEGE

public static final ConditionType PRIVILEGE

_PORT

public static final java.lang.String _PORT
See Also:
Constant Field Values

PORT

public static final ConditionType PORT
Constructor Detail

ConditionType

protected ConditionType(java.lang.String v)
Method Detail

toString

public java.lang.String toString()

getValue

public java.lang.String getValue()

hashCode

public final int hashCode()

equals

public final boolean equals(java.lang.Object o)

fromValue

public static ConditionType fromValue(java.lang.String value)

fromString

public static ConditionType fromString(java.lang.String str)


Copyright © OASIS. All Rights Reserved.