Uses of Class
org.lemsml.jlems.api.BaseDimension
-
Packages that use BaseDimension Package Description org.lemsml.jlems.api -
-
Uses of BaseDimension in org.lemsml.jlems.api
Fields in org.lemsml.jlems.api with type parameters of type BaseDimension Modifier and Type Field Description (package private) java.util.HashMap<BaseDimension,java.lang.Integer>
DimensionValue. dims
Methods in org.lemsml.jlems.api that return BaseDimension Modifier and Type Method Description static BaseDimension
BaseDimension. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BaseDimension[]
BaseDimension. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.lemsml.jlems.api with parameters of type BaseDimension Modifier and Type Method Description void
DimensionValue. add(BaseDimension bd, int i)
-