@Entity public class Category extends Characteristic implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFINITION |
static String |
ENTITY_NAME |
static String |
ID |
static String |
ISMISSING |
static String |
OBSERVABLEFEATURE |
static String |
VALUECODE |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
OntologyTerm |
getDefinition()
Get the The category that is being measured in a specific way..
|
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getIdValue() |
Boolean |
getIsMissing()
Get the whether this value should be treated as missing value..
|
List<String> |
getLabelAttributeNames() |
ObservableFeature |
getObservableFeature()
Get the The Measurement these permitted values are part of..
|
String |
getValueCode()
Get the The value used to store this category in ObservedValue.
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setDefinition(OntologyTerm definition)
Set the The category that is being measured in a specific way..
|
void |
setIsMissing(Boolean isMissing)
Set the whether this value should be treated as missing value..
|
void |
setObservableFeature(ObservableFeature observableFeature)
Set the The Measurement these permitted values are part of..
|
void |
setValueCode(String valueCode)
Set the The value used to store this category in ObservedValue.
|
String |
toString() |
String |
toString(boolean verbose) |
get__Type, get__TypeLabel, get__TypeOptions, getDescription, getId, getIdentifier, getName, getValueMrefValueCollection, set__Type, setDescription, setId, setIdentifier, setName, setValueMrefValueCollectiongetBoolean, getDate, getDouble, getEntities, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, set, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, setpublic static final String ENTITY_NAME
public static final String OBSERVABLEFEATURE
public static final String VALUECODE
public static final String DEFINITION
public static final String ISMISSING
public static final String ID
public String getEntityName()
getEntityName in class Characteristicpublic ObservableFeature getObservableFeature()
public void setObservableFeature(ObservableFeature observableFeature)
observableFeature - public String getValueCode()
public void setValueCode(String valueCode)
valueCode - public OntologyTerm getDefinition()
public void setDefinition(OntologyTerm definition)
definition - public Boolean getIsMissing()
public void setIsMissing(Boolean isMissing)
isMissing - public Object get(String name)
get in interface Entityget in class Characteristicpublic void set(Entity entity, boolean strict)
set in interface Entityset in class Characteristicpublic String toString()
toString in class Characteristicpublic String toString(boolean verbose)
toString in class Characteristicpublic Integer getIdValue()
getIdValue in interface EntitygetIdValue in class Characteristicpublic Iterable<String> getAttributeNames()
getAttributeNames in interface EntitygetAttributeNames in class Characteristicpublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface EntitygetLabelAttributeNames in class Characteristicpublic void set(String attributeName, Object value)
set in interface Entityset in class Characteristicpublic boolean equals(Object obj)
equals in class Characteristicpublic int hashCode()
hashCode in class Characteristicpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntitygetEntityMetaData in class CharacteristicCopyright © 2014. All Rights Reserved.