public static enum GCUBEServiceContext.ServiceSecurityStatus extends Enum<GCUBEServiceContext.ServiceSecurityStatus>
| Modifier and Type | Method and Description |
|---|---|
static GCUBEServiceContext.ServiceSecurityStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GCUBEServiceContext.ServiceSecurityStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GCUBEServiceContext.ServiceSecurityStatus ENABLED
public static final GCUBEServiceContext.ServiceSecurityStatus DISABLED
public static final GCUBEServiceContext.ServiceSecurityStatus NOT_SET
public static GCUBEServiceContext.ServiceSecurityStatus[] values()
for (GCUBEServiceContext.ServiceSecurityStatus c : GCUBEServiceContext.ServiceSecurityStatus.values()) System.out.println(c);
public static GCUBEServiceContext.ServiceSecurityStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All Rights Reserved.