org.jboss.deployers.spi.management
Enum KnownComponentTypes.Server
java.lang.Object
java.lang.Enum<KnownComponentTypes.Server>
org.jboss.deployers.spi.management.KnownComponentTypes.Server
- All Implemented Interfaces:
- Serializable, Comparable<KnownComponentTypes.Server>
- Enclosing interface:
- KnownComponentTypes
public static enum KnownComponentTypes.Server
- extends Enum<KnownComponentTypes.Server>
Enums for Server component types
ServerInfo
public static final KnownComponentTypes.Server ServerInfo
ServerConfig
public static final KnownComponentTypes.Server ServerConfig
MCServer
public static final KnownComponentTypes.Server MCServer
values
public static KnownComponentTypes.Server[] 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 (KnownComponentTypes.Server c : KnownComponentTypes.Server.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static KnownComponentTypes.Server 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
type
public String type()
subtype
public String subtype()
getType
public org.jboss.managed.api.ComponentType getType()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.