Uses of Class
com._1c.g5.v8.dt.dendrogram.model.DendrogramOrientation
-
Packages that use DendrogramOrientation Package Description com._1c.g5.v8.dt.dendrogram.model com._1c.g5.v8.dt.dendrogram.model.impl -
-
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 DendrogramOrientation Modifier and Type Field Description static 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 DendrogramOrientation Modifier and Type Method Description static DendrogramOrientation
DendrogramOrientation. get(int value)
Returns the 'Orientation' literal with the specified integer value.static DendrogramOrientation
DendrogramOrientation. get(String literal)
Returns the 'Orientation' literal with the specified literal value.static DendrogramOrientation
DendrogramOrientation. getByName(String name)
Returns the 'Orientation' literal with the specified name.DendrogramOrientation
Dendrogram. getOrientation()
Returns the value of the 'Orientation' attribute.static DendrogramOrientation
DendrogramOrientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static DendrogramOrientation[]
DendrogramOrientation. 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 DendrogramOrientation Modifier and Type Method Description void
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 DendrogramOrientation Modifier and Type Method Description DendrogramOrientation
DendrogramFactoryImpl. createDendrogramOrientationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
DendrogramOrientation
DendrogramImpl. getOrientation()
Methods in com._1c.g5.v8.dt.dendrogram.model.impl with parameters of type DendrogramOrientation Modifier and Type Method Description void
DendrogramImpl. setOrientation(DendrogramOrientation newOrientation)
-