public enum CvTable extends Enum<CvTable>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CvTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CvTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CvTable ID
public static final CvTable FULL_NAME
public static final CvTable VERSION
public static final CvTable URI
public static String tableName
public static CvTable[] values()
for (CvTable c : CvTable.values()) System.out.println(c);
public static CvTable 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 nullpublic String getValue()
Copyright © 2019. All rights reserved.