org.gcube.messaging.common.messages.records
Enum WebAppRecord.WebAppSubType
java.lang.Object
java.lang.Enum<WebAppRecord.WebAppSubType>
org.gcube.messaging.common.messages.records.WebAppRecord.WebAppSubType
- All Implemented Interfaces:
- Serializable, Comparable<WebAppRecord.WebAppSubType>
- Enclosing class:
- WebAppRecord
public static enum WebAppRecord.WebAppSubType
- extends Enum<WebAppRecord.WebAppSubType>
WEB_APPLICATION_DEPLOYED
public static final WebAppRecord.WebAppSubType WEB_APPLICATION_DEPLOYED
WEB_APPLICATION_ACTIVATED
public static final WebAppRecord.WebAppSubType WEB_APPLICATION_ACTIVATED
WEB_APPLICATION_DEACTIVATED
public static final WebAppRecord.WebAppSubType WEB_APPLICATION_DEACTIVATED
WEB_APPLICATION_UNDEPLOYED
public static final WebAppRecord.WebAppSubType WEB_APPLICATION_UNDEPLOYED
values
public static WebAppRecord.WebAppSubType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (WebAppRecord.WebAppSubType c : WebAppRecord.WebAppSubType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static WebAppRecord.WebAppSubType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<WebAppRecord.WebAppSubType>
Copyright © 2013. All Rights Reserved.