Uses of Class
org.ehrbase.webtemplate.model.ProportionType
-
Packages that use ProportionType Package Description org.ehrbase.webtemplate.model -
-
Uses of ProportionType in org.ehrbase.webtemplate.model
Methods in org.ehrbase.webtemplate.model that return ProportionType Modifier and Type Method Description static ProportionTypeProportionType. findById(int id)static ProportionTypeProportionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProportionType[]ProportionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.webtemplate.model that return types with arguments of type ProportionType Modifier and Type Method Description List<ProportionType>WebTemplateNode. getProportionTypes()
-