Uses of Class
com._1c.g5.v8.dt.dendrogram.model.DendrogramScaleKeeping
-
Packages that use DendrogramScaleKeeping Package Description com._1c.g5.v8.dt.dendrogram.model com._1c.g5.v8.dt.dendrogram.model.impl -
-
Uses of DendrogramScaleKeeping in com._1c.g5.v8.dt.dendrogram.model
Fields in com._1c.g5.v8.dt.dendrogram.model with type parameters of type DendrogramScaleKeeping Modifier and Type Field Description static List<DendrogramScaleKeeping>DendrogramScaleKeeping. VALUESA public read-only list of all the 'Scale Keeping' enumerators.Methods in com._1c.g5.v8.dt.dendrogram.model that return DendrogramScaleKeeping Modifier and Type Method Description static DendrogramScaleKeepingDendrogramScaleKeeping. get(int value)Returns the 'Scale Keeping' literal with the specified integer value.static DendrogramScaleKeepingDendrogramScaleKeeping. get(String literal)Returns the 'Scale Keeping' literal with the specified literal value.static DendrogramScaleKeepingDendrogramScaleKeeping. getByName(String name)Returns the 'Scale Keeping' literal with the specified name.DendrogramScaleKeepingDendrogram. getScaleType()Returns the value of the 'Scale Type' attribute.static DendrogramScaleKeepingDendrogramScaleKeeping. valueOf(String name)Returns the enum constant of this type with the specified name.static DendrogramScaleKeeping[]DendrogramScaleKeeping. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.dendrogram.model with parameters of type DendrogramScaleKeeping Modifier and Type Method Description voidDendrogram. setScaleType(DendrogramScaleKeeping value)Sets the value of the 'Scale Type' attribute. -
Uses of DendrogramScaleKeeping in com._1c.g5.v8.dt.dendrogram.model.impl
Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return DendrogramScaleKeeping Modifier and Type Method Description DendrogramScaleKeepingDendrogramFactoryImpl. createDendrogramScaleKeepingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)DendrogramScaleKeepingDendrogramImpl. getScaleType()Methods in com._1c.g5.v8.dt.dendrogram.model.impl with parameters of type DendrogramScaleKeeping Modifier and Type Method Description voidDendrogramImpl. setScaleType(DendrogramScaleKeeping newScaleType)
-