org.oasis.was
Class ProfileGroupType
java.lang.Object
org.oasis.was.ProfileGroupType
- All Implemented Interfaces:
- java.io.Serializable
- public class ProfileGroupType
- extends java.lang.Object
- implements java.io.Serializable
Java content class for ProfileGroupType.
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="access control"/>
<enumeration value="application configuration management"/>
<enumeration value="application logic"/>
<enumeration value="buffer overflow"/>
<enumeration value="data protection"/>
<enumeration value="infrastructure configuration management"/>
<enumeration value="input validation"/>
<enumeration value="race condition"/>
<enumeration value="session management"/>
<enumeration value="user privacy"/>
</restriction>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_ACCESS_CONTROL
public static final java.lang.String _ACCESS_CONTROL
- See Also:
- Constant Field Values
ACCESS_CONTROL
public static final ProfileGroupType ACCESS_CONTROL
_APPLICATION_CONFIGURATION_MANAGEMENT
public static final java.lang.String _APPLICATION_CONFIGURATION_MANAGEMENT
- See Also:
- Constant Field Values
APPLICATION_CONFIGURATION_MANAGEMENT
public static final ProfileGroupType APPLICATION_CONFIGURATION_MANAGEMENT
_APPLICATION_LOGIC
public static final java.lang.String _APPLICATION_LOGIC
- See Also:
- Constant Field Values
APPLICATION_LOGIC
public static final ProfileGroupType APPLICATION_LOGIC
_BUFFER_OVERFLOW
public static final java.lang.String _BUFFER_OVERFLOW
- See Also:
- Constant Field Values
BUFFER_OVERFLOW
public static final ProfileGroupType BUFFER_OVERFLOW
_DATA_PROTECTION
public static final java.lang.String _DATA_PROTECTION
- See Also:
- Constant Field Values
DATA_PROTECTION
public static final ProfileGroupType DATA_PROTECTION
_INFRASTRUCTURE_CONFIGURATION_MANAGEMENT
public static final java.lang.String _INFRASTRUCTURE_CONFIGURATION_MANAGEMENT
- See Also:
- Constant Field Values
INFRASTRUCTURE_CONFIGURATION_MANAGEMENT
public static final ProfileGroupType INFRASTRUCTURE_CONFIGURATION_MANAGEMENT
_INPUT_VALIDATION
public static final java.lang.String _INPUT_VALIDATION
- See Also:
- Constant Field Values
INPUT_VALIDATION
public static final ProfileGroupType INPUT_VALIDATION
_RACE_CONDITION
public static final java.lang.String _RACE_CONDITION
- See Also:
- Constant Field Values
RACE_CONDITION
public static final ProfileGroupType RACE_CONDITION
_SESSION_MANAGEMENT
public static final java.lang.String _SESSION_MANAGEMENT
- See Also:
- Constant Field Values
SESSION_MANAGEMENT
public static final ProfileGroupType SESSION_MANAGEMENT
_USER_PRIVACY
public static final java.lang.String _USER_PRIVACY
- See Also:
- Constant Field Values
USER_PRIVACY
public static final ProfileGroupType USER_PRIVACY
ProfileGroupType
protected ProfileGroupType(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 ProfileGroupType fromValue(java.lang.String value)
fromString
public static ProfileGroupType fromString(java.lang.String str)
Copyright © OASIS. All Rights Reserved.