public static enum PegasusFile.LINKAGE extends java.lang.Enum<PegasusFile.LINKAGE>
Modifier and Type | Method and Description |
---|---|
static PegasusFile.LINKAGE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PegasusFile.LINKAGE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PegasusFile.LINKAGE INPUT
public static final PegasusFile.LINKAGE OUTPUT
public static final PegasusFile.LINKAGE INOUT
public static final PegasusFile.LINKAGE NONE
public static PegasusFile.LINKAGE[] values()
for (PegasusFile.LINKAGE c : PegasusFile.LINKAGE.values()) System.out.println(c);
public static PegasusFile.LINKAGE 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 null