public static enum GeneratorJavaFile.FileKind extends Enum<GeneratorJavaFile.FileKind>
Enum Constant and Description |
---|
PERSISTENT
Persistent file.
|
TRANSIENT
Transient file.
|
Modifier and Type | Method and Description |
---|---|
static GeneratorJavaFile.FileKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneratorJavaFile.FileKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneratorJavaFile.FileKind TRANSIENT
public static final GeneratorJavaFile.FileKind PERSISTENT
public static GeneratorJavaFile.FileKind[] values()
for (GeneratorJavaFile.FileKind c : GeneratorJavaFile.FileKind.values()) System.out.println(c);
public static GeneratorJavaFile.FileKind 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 © 2019 OpenDaylight. All rights reserved.