|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SecurityProfileType>
com.sap.sl.sdk.authoring.security.SecurityProfileType
public enum SecurityProfileType
A representation of the literals of the enumeration 'Profile Type' and methods to use them.
Enum Constant Summary | |
---|---|
BUSINESS_SECURITY_PROFILE
The 'BUSINESS SECURITY PROFILE' literal object. |
|
DATA_SECURITY_PROFILE
The 'DATA SECURITY PROFILE' literal object. |
Field Summary | |
---|---|
static int |
BUSINESS_SECURITY_PROFILE_VALUE
The 'BUSINESS SECURITY PROFILE' literal value. |
static int |
DATA_SECURITY_PROFILE_VALUE
The 'DATA SECURITY PROFILE' literal value. |
static java.util.List<SecurityProfileType> |
VALUES
A public read-only list of all the 'Profile Type' enumerators. |
Method Summary | |
---|---|
static SecurityProfileType |
get(int value)
Returns the 'Profile Type' literal with the specified integer value. |
static SecurityProfileType |
get(java.lang.String literal)
Returns the 'Profile Type' literal with the specified literal value. |
static SecurityProfileType |
getByName(java.lang.String name)
Returns the 'Profile Type' literal with the specified name. |
java.lang.String |
getLiteral()
Returns the string representation of the enumerator. |
java.lang.String |
getName()
Returns the literal name of the enumerator. |
int |
getValue()
Returns the literal integer value of the enumerator. |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static SecurityProfileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SecurityProfileType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SecurityProfileType DATA_SECURITY_PROFILE
DATA_SECURITY_PROFILE_VALUE
public static final SecurityProfileType BUSINESS_SECURITY_PROFILE
BUSINESS_SECURITY_PROFILE_VALUE
Field Detail |
---|
public static final int DATA_SECURITY_PROFILE_VALUE
DATA_SECURITY_PROFILE
,
Constant Field Valuespublic static final int BUSINESS_SECURITY_PROFILE_VALUE
BUSINESS_SECURITY_PROFILE
,
Constant Field Valuespublic static final java.util.List<SecurityProfileType> VALUES
Method Detail |
---|
public static SecurityProfileType[] values()
for (SecurityProfileType c : SecurityProfileType.values()) System.out.println(c);
public static SecurityProfileType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static SecurityProfileType get(java.lang.String literal)
literal
- A String that represents the profile type
SecurityProfileType
object
public static SecurityProfileType getByName(java.lang.String name)
name
- The name of the profile type
SecurityProfileType
object
public static SecurityProfileType get(int value)
value
- The literal integer value
SecurityProfileType
object
public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString
in class java.lang.Enum<SecurityProfileType>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |