public static enum AsynchronousModelFilter.CALL extends Enum<AsynchronousModelFilter.CALL>
AsynchronousModelFilter.asynchronous(java.util.concurrent.Executor, org.netbeans.spi.viewmodel.AsynchronousModelFilter.CALL, java.lang.Object) method.
| Enum Constant and Description |
|---|
CHILDREN |
DISPLAY_NAME |
SHORT_DESCRIPTION |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
static AsynchronousModelFilter.CALL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsynchronousModelFilter.CALL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsynchronousModelFilter.CALL CHILDREN
public static final AsynchronousModelFilter.CALL DISPLAY_NAME
public static final AsynchronousModelFilter.CALL SHORT_DESCRIPTION
public static final AsynchronousModelFilter.CALL VALUE
public static AsynchronousModelFilter.CALL[] values()
for (AsynchronousModelFilter.CALL c : AsynchronousModelFilter.CALL.values()) System.out.println(c);
public static AsynchronousModelFilter.CALL 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 nullBuilt on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.