public class DimensionValue
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DIMENSION_URI |
static java.lang.String |
PROPERTY_URI |
static java.lang.String |
VALUE_URI |
| Constructor and Description |
|---|
DimensionValue() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDimension() |
double |
getValue() |
void |
setDimension(int dimension) |
void |
setValue(double value) |