public enum DistanceUnit extends Enum<DistanceUnit>
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.rdf.api.IRI |
getIri() |
String |
getName() |
static DistanceUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistanceUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistanceUnit METRE
public static final DistanceUnit DEGREE
public static final DistanceUnit RADIAN
public static DistanceUnit[] values()
for (DistanceUnit c : DistanceUnit.values()) System.out.println(c);
public static DistanceUnit 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 org.apache.commons.rdf.api.IRI getIri()
public String getName()
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.