public static enum TcpIp.FilenameMetadata extends Enum<TcpIp.FilenameMetadata>
Enum Constant and Description |
---|
CO |
Coordinate |
LO |
PO |
WE |
Modifier and Type | Method and Description |
---|---|
static TcpIp.FilenameMetadata |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TcpIp.FilenameMetadata[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TcpIp.FilenameMetadata WE
public static final TcpIp.FilenameMetadata PO
public static final TcpIp.FilenameMetadata LO
public static final TcpIp.FilenameMetadata CO
public static final TcpIp.FilenameMetadata Coordinate
public static TcpIp.FilenameMetadata[] values()
for (TcpIp.FilenameMetadata c : TcpIp.FilenameMetadata.values()) System.out.println(c);
public static TcpIp.FilenameMetadata 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 null