public static enum ISO.ISOFilter extends Enum<ISO.ISOFilter>
| Enum Constant and Description |
|---|
community |
executable |
featured |
self |
self_executable |
UNRECOGNIZED |
| Modifier and Type | Method and Description |
|---|---|
static ISO.ISOFilter |
fromValue(String format) |
static ISO.ISOFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISO.ISOFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISO.ISOFilter featured
public static final ISO.ISOFilter self
public static final ISO.ISOFilter self_executable
public static final ISO.ISOFilter executable
public static final ISO.ISOFilter community
public static final ISO.ISOFilter UNRECOGNIZED
public static ISO.ISOFilter[] values()
for (ISO.ISOFilter c : ISO.ISOFilter.values()) System.out.println(c);
public static ISO.ISOFilter 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 ISO.ISOFilter fromValue(String format)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.