@Immutable private static enum FsResourceController.AccountingSocketFactory extends Enum<FsResourceController.AccountingSocketFactory>
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract InputSocket<?> |
newInputSocket(FsResourceController controller,
InputSocket<?> input) |
(package private) abstract OutputSocket<?> |
newOutputSocket(FsResourceController controller,
OutputSocket<?> output) |
static FsResourceController.AccountingSocketFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FsResourceController.AccountingSocketFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FsResourceController.AccountingSocketFactory NIO2
public static final FsResourceController.AccountingSocketFactory OIO
abstract InputSocket<?> newInputSocket(FsResourceController controller, InputSocket<?> input)
abstract OutputSocket<?> newOutputSocket(FsResourceController controller, OutputSocket<?> output)
public static FsResourceController.AccountingSocketFactory 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 static FsResourceController.AccountingSocketFactory[] values()
for (FsResourceController.AccountingSocketFactory c : FsResourceController.AccountingSocketFactory.values()) System.out.println(c);
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.