public static enum TaxonomyTermLink.Verb extends Enum<TaxonomyTermLink.Verb>
| Enum Constant and Description |
|---|
AttrFor |
Contains |
Equivalent |
LandUseFor |
LayerFor |
POIFor |
SiteFor |
| Modifier and Type | Method and Description |
|---|---|
static TaxonomyTermLink.Verb |
fromVerbCode(int verbCode) |
static TaxonomyTermLink.Verb |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxonomyTermLink.Verb[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
int |
verbCode() |
public static final TaxonomyTermLink.Verb Equivalent
public static final TaxonomyTermLink.Verb Contains
public static final TaxonomyTermLink.Verb LayerFor
public static final TaxonomyTermLink.Verb LandUseFor
public static final TaxonomyTermLink.Verb POIFor
public static final TaxonomyTermLink.Verb SiteFor
public static final TaxonomyTermLink.Verb AttrFor
public static TaxonomyTermLink.Verb[] values()
for (TaxonomyTermLink.Verb c : TaxonomyTermLink.Verb.values()) System.out.println(c);
public static TaxonomyTermLink.Verb 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 int verbCode()
public static TaxonomyTermLink.Verb fromVerbCode(int verbCode)
Copyright © 2017. All Rights Reserved.