| Enum Constant and Description |
|---|
hasExtension |
isPadded |
isSegmented |
| Modifier and Type | Method and Description |
|---|---|
static int |
toByte(java.util.EnumSet<SFFlag> flags)
Converts the
SFFlag in given EnumSet to AFP SF FlagByte. |
static java.util.EnumSet<SFFlag> |
valueOf(int flagByte) |
static SFFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFFlag isSegmented
public static final SFFlag hasExtension
public static final SFFlag isPadded
public static SFFlag[] values()
for (SFFlag c : SFFlag.values()) System.out.println(c);
public static SFFlag 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 nullpublic static java.util.EnumSet<SFFlag> valueOf(int flagByte)