public static enum PegasusFile.LINKAGE extends Enum<PegasusFile.LINKAGE>
Modifier and Type | Method and Description |
---|---|
static PegasusFile.LINKAGE |
valueOf(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(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 nullCopyright © 2011 The University of Southern California. All Rights Reserved.