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. VALUES
A 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 DendrogramScaleKeeping
DendrogramScaleKeeping. get(int value)
Returns the 'Scale Keeping' literal with the specified integer value.static DendrogramScaleKeeping
DendrogramScaleKeeping. get(String literal)
Returns the 'Scale Keeping' literal with the specified literal value.static DendrogramScaleKeeping
DendrogramScaleKeeping. getByName(String name)
Returns the 'Scale Keeping' literal with the specified name.DendrogramScaleKeeping
Dendrogram. getScaleType()
Returns the value of the 'Scale Type' attribute.static DendrogramScaleKeeping
DendrogramScaleKeeping. 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 void
Dendrogram. 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 DendrogramScaleKeeping
DendrogramFactoryImpl. createDendrogramScaleKeepingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
DendrogramScaleKeeping
DendrogramImpl. getScaleType()
Methods in com._1c.g5.v8.dt.dendrogram.model.impl with parameters of type DendrogramScaleKeeping Modifier and Type Method Description void
DendrogramImpl. setScaleType(DendrogramScaleKeeping newScaleType)
-