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