Package | Description |
---|---|
org.glassfish.tools.ide.data |
Modifier and Type | Field and Description |
---|---|
private static Map<String,GlassFishContainer> |
GlassFishContainer.stringValuesMap
Stored
String values for backward String
conversion. |
Modifier and Type | Method and Description |
---|---|
static GlassFishContainer |
GlassFishContainer.toValue(String containerStr)
Returns a
GlassFishContainer with a value represented by
the specified String . |
static GlassFishContainer |
GlassFishContainer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlassFishContainer[] |
GlassFishContainer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
GlassFishContainer.compare(GlassFishContainer container1,
GlassFishContainer container2)
Compares its two arguments for order.
|
Copyright © 2013. All Rights Reserved.