public class AttributeKey extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
categoryId
The category identifier to list possible attribute values for this attribute definition
|
Collection<AttributeKey> |
children
The possible child attribute keys that help to describe to current attribute
|
int |
inputId
The data type that is expected as value for this attribute definition
|
String |
measurementType
The nature of the measurement, fact, characteristic, or assertion http://www.marinespecies.org/traits/wiki
|
int |
measurementTypeId
An internal identifier for the measurementType
|
| Constructor and Description |
|---|
AttributeKey() |
public int measurementTypeId
public String measurementType
public int inputId
public int categoryId
public Collection<AttributeKey> children
Copyright © 2020. All Rights Reserved.