Package be.ugent.rml.metadata
Enum MetadataGenerator.DETAIL_LEVEL
- java.lang.Object
-
- java.lang.Enum<MetadataGenerator.DETAIL_LEVEL>
-
- be.ugent.rml.metadata.MetadataGenerator.DETAIL_LEVEL
-
- All Implemented Interfaces:
Serializable,Comparable<MetadataGenerator.DETAIL_LEVEL>,java.lang.constant.Constable
- Enclosing class:
- MetadataGenerator
public static enum MetadataGenerator.DETAIL_LEVEL extends Enum<MetadataGenerator.DETAIL_LEVEL>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
-
Method Summary
Modifier and Type Method Description intgetLevel()static MetadataGenerator.DETAIL_LEVELvalueOf(String name)Returns the enum constant of this type with the specified name.static MetadataGenerator.DETAIL_LEVEL[]values()Returns an array containing the constants of this enum type, in the order they are declared.-
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
-
-
-
Enum Constant Detail
-
DATASET
public static final MetadataGenerator.DETAIL_LEVEL DATASET
-
TRIPLE
public static final MetadataGenerator.DETAIL_LEVEL TRIPLE
-
TERM
public static final MetadataGenerator.DETAIL_LEVEL TERM
-
-
Method Detail
-
values
public static MetadataGenerator.DETAIL_LEVEL[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static MetadataGenerator.DETAIL_LEVEL 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
-
getLevel
public int getLevel()
-
-