public static enum AbstractPropertyRetrieval.PROPERTY_TABLE extends Enum<AbstractPropertyRetrieval.PROPERTY_TABLE>
Enum Constant and Description |
---|
comments |
idproperty |
idreference |
islocal |
name |
units |
Modifier and Type | Method and Description |
---|---|
static AbstractPropertyRetrieval.PROPERTY_TABLE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPropertyRetrieval.PROPERTY_TABLE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractPropertyRetrieval.PROPERTY_TABLE idproperty
public static final AbstractPropertyRetrieval.PROPERTY_TABLE name
public static final AbstractPropertyRetrieval.PROPERTY_TABLE units
public static final AbstractPropertyRetrieval.PROPERTY_TABLE comments
public static final AbstractPropertyRetrieval.PROPERTY_TABLE islocal
public static final AbstractPropertyRetrieval.PROPERTY_TABLE idreference
public static AbstractPropertyRetrieval.PROPERTY_TABLE[] values()
for (AbstractPropertyRetrieval.PROPERTY_TABLE c : AbstractPropertyRetrieval.PROPERTY_TABLE.values()) System.out.println(c);
public static AbstractPropertyRetrieval.PROPERTY_TABLE 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 © 2004–2020 Ideaconsult Ltd.. All rights reserved.