public static enum DescriptorTarget.Format extends Enum<DescriptorTarget.Format>
Enum Constant and Description |
---|
IRI |
LANG_STRING |
STRING |
Modifier and Type | Method and Description |
---|---|
static DescriptorTarget.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorTarget.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptorTarget.Format STRING
public static final DescriptorTarget.Format IRI
public static final DescriptorTarget.Format LANG_STRING
public static DescriptorTarget.Format[] values()
for (DescriptorTarget.Format c : DescriptorTarget.Format.values()) System.out.println(c);
public static DescriptorTarget.Format 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 © 2018. All rights reserved.