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.VALUES
A public read-only list of all the 'Orientation' enumerators.Methods in com._1c.g5.v8.dt.dendrogram.model that return DendrogramOrientationModifier and TypeMethodDescriptionstatic DendrogramOrientation
DendrogramOrientation.get
(int value) Returns the 'Orientation' literal with the specified integer value.static DendrogramOrientation
Returns the 'Orientation' literal with the specified literal value.static DendrogramOrientation
Returns the 'Orientation' literal with the specified name.Dendrogram.getOrientation()
Returns the value of the 'Orientation' attribute.static DendrogramOrientation
Returns 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 TypeMethodDescriptionvoid
Dendrogram.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 TypeMethodDescriptionvoid
DendrogramImpl.setOrientation
(DendrogramOrientation newOrientation)