public static enum AbstractPropertyRetrieval.ANNOTATIONS_TABLE extends Enum<AbstractPropertyRetrieval.ANNOTATIONS_TABLE>
Modifier and Type | Method and Description |
---|---|
abstract void |
setValue(PropertyAnnotation<String> a,
String value) |
static AbstractPropertyRetrieval.ANNOTATIONS_TABLE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPropertyRetrieval.ANNOTATIONS_TABLE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractPropertyRetrieval.ANNOTATIONS_TABLE rdf_type
public static final AbstractPropertyRetrieval.ANNOTATIONS_TABLE predicate
public static final AbstractPropertyRetrieval.ANNOTATIONS_TABLE object
public static AbstractPropertyRetrieval.ANNOTATIONS_TABLE[] values()
for (AbstractPropertyRetrieval.ANNOTATIONS_TABLE c : AbstractPropertyRetrieval.ANNOTATIONS_TABLE.values()) System.out.println(c);
public static AbstractPropertyRetrieval.ANNOTATIONS_TABLE 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 nullpublic abstract void setValue(PropertyAnnotation<String> a, String value)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.