public interface Scale extends Entity
| Modifier and Type | Method and Description |
|---|---|
DataType |
getDataType()
Gets the data type for this scale
|
Number |
getMaximumValue()
Gets the maximum value in the scale
|
Number |
getMinimumValue()
Gets the minimum value in the scale
|
ScaleType |
getScaleType()
Gets the scale type for this scale
|
List<Object> |
getValues()
Gets all possible values for this scale.
|
getAbbreviation, getDescription, getTypegetName, getUniqueIdentifierNumber getMaximumValue()
null if the
maximum value is not applicable, e.g. for nominal scalesNumber getMinimumValue()
null if the
maximum value is not applicable, e.g. for nominal scalesList<Object> getValues()
null the
number of possible values is large or infinite, e.g. for ratio
and interval scalesDataType getDataType()
ScaleType getScaleType()
Copyright © 2016. All rights reserved.