@Entity public class ObservableFeature extends Characteristic implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
DATATYPE |
static String |
DEFINITIONS |
static String |
ENTITY_NAME |
static String |
ID |
static String |
TEMPORAL |
static String |
UNIT |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
ObservableFeature() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
String |
getDataType()
Get the (Optional) Reference to the technical data type.
|
String |
getDataTypeLabel()
Get tha label for enum DataType.
|
List<ValueLabel> |
getDataTypeOptions()
DataType is enum.
|
List<OntologyTerm> |
getDefinitions()
Get the The concept that is being measured in a specific way..
|
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Collection<Protocol> |
getFeaturesProtocolCollection() |
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
Collection<Protocol> |
getRequiredFeaturesProtocolCollection() |
Boolean |
getTemporal()
Get the Whether this feature is time dependent and can have different values when measured on different times (e.g.
|
OntologyTerm |
getUnit()
Get the (Optional) Reference to the well-defined measurement unit used to observe this feature (if feature is that concrete).
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setDataType(String dataType)
Set the (Optional) Reference to the technical data type.
|
void |
setDefinitions(List<OntologyTerm> definitions)
Set the The concept that is being measured in a specific way..
|
void |
setFeaturesProtocolCollection(Collection<Protocol> collection) |
void |
setRequiredFeaturesProtocolCollection(Collection<Protocol> collection) |
void |
setTemporal(Boolean temporal)
Set the Whether this feature is time dependent and can have different values when measured on different times (e.g.
|
void |
setUnit(OntologyTerm unit)
Set the (Optional) Reference to the well-defined measurement unit used to observe this feature (if feature is that concrete).
|
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 UNIT
public static final String DEFINITIONS
public static final String DATATYPE
public static final String TEMPORAL
public static final String ID
public String getEntityName()
getEntityName in class Characteristicpublic OntologyTerm getUnit()
public void setUnit(OntologyTerm unit)
unit - public List<OntologyTerm> getDefinitions()
public void setDefinitions(List<OntologyTerm> definitions)
definitions - public String getDataType()
public void setDataType(String dataType)
dataType - public String getDataTypeLabel()
public List<ValueLabel> getDataTypeOptions()
public Boolean getTemporal()
public void setTemporal(Boolean temporal)
temporal - 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 Collection<Protocol> getFeaturesProtocolCollection()
public void setFeaturesProtocolCollection(Collection<Protocol> collection)
public Collection<Protocol> getRequiredFeaturesProtocolCollection()
public void setRequiredFeaturesProtocolCollection(Collection<Protocol> collection)
public 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.