public enum RDFaVersion extends java.lang.Enum<RDFaVersion>
| Enum Constant and Description |
|---|
RDFA_1_0
The initial RDFa 1.0 version (2008)
|
RDFA_1_1
The modified RDFa 1.1 version (2012)
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
java.lang.String |
getReference() |
static RDFaVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RDFaVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDFaVersion RDFA_1_0
public static final RDFaVersion RDFA_1_1
public static RDFaVersion[] values()
for (RDFaVersion c : RDFaVersion.values()) System.out.println(c);
public static RDFaVersion valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getReference()
public java.lang.String getLabel()
Copyright © 2001-2014 Aduna. All Rights Reserved.