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. dimsMethods in org.lemsml.jlems.api that return BaseDimension Modifier and Type Method Description static BaseDimensionBaseDimension. 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 voidDimensionValue. add(BaseDimension bd, int i)
-