public enum McConfigurationFactory extends Enum<McConfigurationFactory>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
McConfiguration |
createInstance(ClientTubelineAssemblyContext context) |
McConfiguration |
createInstance(ServerTubelineAssemblyContext context) |
static McConfigurationFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static McConfigurationFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final McConfigurationFactory INSTANCE
public static McConfigurationFactory[] values()
for (McConfigurationFactory c : McConfigurationFactory.values()) System.out.println(c);
public static McConfigurationFactory 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 nullpublic McConfiguration createInstance(ServerTubelineAssemblyContext context)
public McConfiguration createInstance(ClientTubelineAssemblyContext context)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.