Package com.smeup.jardis.jariko.commons
Enum JarikoLanguageConfig.CopyFileName
- java.lang.Object
-
- java.lang.Enum<JarikoLanguageConfig.CopyFileName>
-
- com.smeup.jardis.jariko.commons.JarikoLanguageConfig.CopyFileName
-
- All Implemented Interfaces:
Serializable,Comparable<JarikoLanguageConfig.CopyFileName>
- Enclosing class:
- JarikoLanguageConfig
public static enum JarikoLanguageConfig.CopyFileName extends Enum<JarikoLanguageConfig.CopyFileName>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisCopy(String name)static JarikoLanguageConfig.CopyFileNamevalueOf(String name)Returns the enum constant of this type with the specified name.static JarikoLanguageConfig.CopyFileName[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
QAPIGEN
public static final JarikoLanguageConfig.CopyFileName QAPIGEN
-
QILEGEN
public static final JarikoLanguageConfig.CopyFileName QILEGEN
-
QPROGEN
public static final JarikoLanguageConfig.CopyFileName QPROGEN
-
QPARILE
public static final JarikoLanguageConfig.CopyFileName QPARILE
-
-
Method Detail
-
values
public static JarikoLanguageConfig.CopyFileName[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (JarikoLanguageConfig.CopyFileName c : JarikoLanguageConfig.CopyFileName.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static JarikoLanguageConfig.CopyFileName valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
isCopy
public static boolean isCopy(String name)
-
-