public enum SoftwareTypeCode extends Enum<SoftwareTypeCode>
| Enum Constant and Description |
|---|
AnySoftware |
gCubePatch |
gCubePlugin |
gCubeWebService |
Library |
SoftwareRegistration |
WebApp |
| Modifier and Type | Method and Description |
|---|---|
static SoftwareTypeCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoftwareTypeCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoftwareTypeCode WebApp
public static final SoftwareTypeCode Library
public static final SoftwareTypeCode gCubeWebService
public static final SoftwareTypeCode gCubePlugin
public static final SoftwareTypeCode gCubePatch
public static final SoftwareTypeCode AnySoftware
public static final SoftwareTypeCode SoftwareRegistration
public static SoftwareTypeCode[] values()
for (SoftwareTypeCode c : SoftwareTypeCode.values()) System.out.println(c);
public static SoftwareTypeCode 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 © 2014. All Rights Reserved.