Uses of Enum Class
com._1c.g5.v8.dt.dendrogram.model.DendrogramOrientation
Packages that use DendrogramOrientation
-
Uses of DendrogramOrientation in com._1c.g5.v8.dt.dendrogram.model
Fields in com._1c.g5.v8.dt.dendrogram.model with type parameters of type DendrogramOrientationModifier and TypeFieldDescriptionstatic final List<DendrogramOrientation>DendrogramOrientation.VALUESA public read-only list of all the 'Orientation' enumerators.Methods in com._1c.g5.v8.dt.dendrogram.model that return DendrogramOrientationModifier and TypeMethodDescriptionstatic DendrogramOrientationDendrogramOrientation.get(int value) Returns the 'Orientation' literal with the specified integer value.static DendrogramOrientationReturns the 'Orientation' literal with the specified literal value.static DendrogramOrientationReturns the 'Orientation' literal with the specified name.Dendrogram.getOrientation()Returns the value of the 'Orientation' attribute.static DendrogramOrientationReturns the enum constant of this class with the specified name.static DendrogramOrientation[]DendrogramOrientation.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 DendrogramOrientationModifier and TypeMethodDescriptionvoidDendrogram.setOrientation(DendrogramOrientation value) Sets the value of the 'Orientation' attribute. -
Uses of DendrogramOrientation in com._1c.g5.v8.dt.dendrogram.model.impl
Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return DendrogramOrientationModifier and TypeMethodDescriptionDendrogramFactoryImpl.createDendrogramOrientationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) DendrogramImpl.getOrientation()Methods in com._1c.g5.v8.dt.dendrogram.model.impl with parameters of type DendrogramOrientationModifier and TypeMethodDescriptionvoidDendrogramImpl.setOrientation(DendrogramOrientation newOrientation)