@Immutable private static enum FsCachingController.EntryOutputSocketFactory extends java.lang.Enum<FsCachingController.EntryOutputSocketFactory>
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract OutputSocket<?> |
newOutputSocket(FsCachingController.EntryCache cache,
OutputSocket<?> output) |
static FsCachingController.EntryOutputSocketFactory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FsCachingController.EntryOutputSocketFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FsCachingController.EntryOutputSocketFactory OIO
public static final FsCachingController.EntryOutputSocketFactory NIO
public static FsCachingController.EntryOutputSocketFactory[] values()
for (FsCachingController.EntryOutputSocketFactory c : FsCachingController.EntryOutputSocketFactory.values()) System.out.println(c);
public static FsCachingController.EntryOutputSocketFactory valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullabstract OutputSocket<?> newOutputSocket(FsCachingController.EntryCache cache, OutputSocket<?> output)
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.