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. VALUESA 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 DendrogramOrientationDendrogramOrientation. get(int value)Returns the 'Orientation' literal with the specified integer value.static DendrogramOrientationDendrogramOrientation. get(String literal)Returns the 'Orientation' literal with the specified literal value.static DendrogramOrientationDendrogramOrientation. getByName(String name)Returns the 'Orientation' literal with the specified name.DendrogramOrientationDendrogram. getOrientation()Returns the value of the 'Orientation' attribute.static DendrogramOrientationDendrogramOrientation. 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 voidDendrogram. 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 DendrogramOrientationDendrogramFactoryImpl. createDendrogramOrientationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)DendrogramOrientationDendrogramImpl. getOrientation()Methods in com._1c.g5.v8.dt.dendrogram.model.impl with parameters of type DendrogramOrientation Modifier and Type Method Description voidDendrogramImpl. setOrientation(DendrogramOrientation newOrientation)
-