Package | Description |
---|---|
org.apache.myfaces.tobago.layout |
Modifier and Type | Method and Description |
---|---|
Measure.Unit |
Measure.getUnit() |
static Measure.Unit |
Measure.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Measure.Unit[] |
Measure.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Measure |
Measure.valueOf(String s,
Measure.Unit defaultUnit) |
Constructor and Description |
---|
Measure(double d,
Measure.Unit unit) |
Measure(int i,
Measure.Unit unit) |
Measure(String string,
Measure.Unit unit) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.