@Deprecated public static enum FileWriter2.N3StructureStrategy extends Enum<FileWriter2.N3StructureStrategy>
Enum Constant and Description |
---|
exclude
Deprecated.
|
flatten
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static FileWriter2.N3StructureStrategy |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FileWriter2.N3StructureStrategy[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileWriter2.N3StructureStrategy flatten
public static final FileWriter2.N3StructureStrategy exclude
public static FileWriter2.N3StructureStrategy[] values()
for (FileWriter2.N3StructureStrategy c : FileWriter2.N3StructureStrategy.values()) System.out.println(c);
public static FileWriter2.N3StructureStrategy 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