org.oasis.was
Class TargetType
java.lang.Object
org.oasis.was.TargetType
- All Implemented Interfaces:
- java.io.Serializable
- public class TargetType
- extends java.lang.Object
- implements java.io.Serializable
Java content class for TargetType.
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="application component"/>
<enumeration value="infrastructure component"/>
<enumeration value="end user"/>
</restriction>
- See Also:
- Serialized Form
Constructor Summary |
protected |
TargetType(java.lang.String v)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_APPLICATION_COMPONENT
public static final java.lang.String _APPLICATION_COMPONENT
- See Also:
- Constant Field Values
APPLICATION_COMPONENT
public static final TargetType APPLICATION_COMPONENT
_INFRASTRUCTURE_COMPONENT
public static final java.lang.String _INFRASTRUCTURE_COMPONENT
- See Also:
- Constant Field Values
INFRASTRUCTURE_COMPONENT
public static final TargetType INFRASTRUCTURE_COMPONENT
_END_USER
public static final java.lang.String _END_USER
- See Also:
- Constant Field Values
END_USER
public static final TargetType END_USER
TargetType
protected TargetType(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 TargetType fromValue(java.lang.String value)
fromString
public static TargetType fromString(java.lang.String str)
Copyright © OASIS. All Rights Reserved.