public enum RDFaVersion extends Enum<RDFaVersion>
| Enum Constant and Description | 
|---|
| RDFA_1_0The initial RDFa 1.0 version (2008) | 
| RDFA_1_1The modified RDFa 1.1 version (2012) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLabel() | 
| String | getReference() | 
| static RDFaVersion | valueOf(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(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 String getReference()
public String getLabel()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.