Uses of Enum Class
com._1c.g5.v8.dt.dendrogram.model.DendrogramScaleKeeping
Packages that use DendrogramScaleKeeping
-
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 DendrogramScaleKeepingModifier and TypeFieldDescriptionstatic final 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 DendrogramScaleKeepingModifier and TypeMethodDescriptionstatic DendrogramScaleKeepingDendrogramScaleKeeping.get(int value) Returns the 'Scale Keeping' literal with the specified integer value.static DendrogramScaleKeepingReturns the 'Scale Keeping' literal with the specified literal value.static DendrogramScaleKeepingReturns the 'Scale Keeping' literal with the specified name.Dendrogram.getScaleType()Returns the value of the 'Scale Type' attribute.static DendrogramScaleKeepingReturns the enum constant of this class with the specified name.static DendrogramScaleKeeping[]DendrogramScaleKeeping.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.dendrogram.model with parameters of type DendrogramScaleKeepingModifier and TypeMethodDescriptionvoidDendrogram.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 DendrogramScaleKeepingModifier and TypeMethodDescriptionDendrogramFactoryImpl.createDendrogramScaleKeepingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) DendrogramImpl.getScaleType()Methods in com._1c.g5.v8.dt.dendrogram.model.impl with parameters of type DendrogramScaleKeepingModifier and TypeMethodDescriptionvoidDendrogramImpl.setScaleType(DendrogramScaleKeeping newScaleType)