public static enum NifEverything.NifProperty extends Enum<NifEverything.NifProperty>
Marking. For the annotations we do here,
we only need annotations with (offset, length and uriList) This Enum
helps to get some means of generalization.| Enum Constant and Description |
|---|
TACLASSREF
Will annotate in NIF with:
|
TAIDENTREF
Will annotate in NIF with:
|
| Modifier and Type | Method and Description |
|---|---|
abstract org.aksw.gerbil.transfer.nif.Marking |
getInstanceWith(int offset,
int len,
List<String> uris) |
static NifEverything.NifProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NifEverything.NifProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NifEverything.NifProperty TAIDENTREF
itsrdf:taIdentRef
public static final NifEverything.NifProperty TACLASSREF
itsrdf:taClassRef
public static NifEverything.NifProperty[] values()
for (NifEverything.NifProperty c : NifEverything.NifProperty.values()) System.out.println(c);
public static NifEverything.NifProperty 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 © 2016–2017 Pivotal Software, Inc.. All rights reserved.