public enum ELcdS57ProductType extends java.lang.Enum<ELcdS57ProductType>
Enum Constant and Description |
---|
AML
The AML (Additional Military Layers) product type.
|
ENC
The ENC (Electronic Navigational Charts) product type.
|
IENC
The IENC (Inland ENC) product type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigurationSourceName()
Returns the source filename of the product configuration file.
|
java.lang.String |
getName() |
static ELcdS57ProductType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ELcdS57ProductType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELcdS57ProductType ENC
public static final ELcdS57ProductType IENC
public static final ELcdS57ProductType AML
public static ELcdS57ProductType[] values()
for (ELcdS57ProductType c : ELcdS57ProductType.values()) System.out.println(c);
public static ELcdS57ProductType 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 java.lang.String getConfigurationSourceName()
public java.lang.String getName()