org.oasis.was
Class ConditionType
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_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
ConditionType
protected ConditionType(java.lang.String v)
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.