Uses of Class
com._1c.g5.v8.dt.geographicalschema.model.PaintingReferencePointPosition
-
Packages that use PaintingReferencePointPosition Package Description com._1c.g5.v8.dt.geographicalschema.model com._1c.g5.v8.dt.geographicalschema.model.impl -
-
Uses of PaintingReferencePointPosition in com._1c.g5.v8.dt.geographicalschema.model
Fields in com._1c.g5.v8.dt.geographicalschema.model with type parameters of type PaintingReferencePointPosition Modifier and Type Field Description static List<PaintingReferencePointPosition>PaintingReferencePointPosition. VALUESA public read-only list of all the 'Painting Reference Point Position' enumerators.Methods in com._1c.g5.v8.dt.geographicalschema.model that return PaintingReferencePointPosition Modifier and Type Method Description static PaintingReferencePointPositionPaintingReferencePointPosition. get(int value)Returns the 'Painting Reference Point Position' literal with the specified integer value.static PaintingReferencePointPositionPaintingReferencePointPosition. get(String literal)Returns the 'Painting Reference Point Position' literal with the specified literal value.static PaintingReferencePointPositionPaintingReferencePointPosition. getByName(String name)Returns the 'Painting Reference Point Position' literal with the specified name.PaintingReferencePointPositionPointShape. getPointPosition()Returns the value of the 'Point Position' attribute.static PaintingReferencePointPositionPaintingReferencePointPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static PaintingReferencePointPosition[]PaintingReferencePointPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.geographicalschema.model with parameters of type PaintingReferencePointPosition Modifier and Type Method Description voidPointShape. setPointPosition(PaintingReferencePointPosition value)Sets the value of the 'Point Position' attribute. -
Uses of PaintingReferencePointPosition in com._1c.g5.v8.dt.geographicalschema.model.impl
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return PaintingReferencePointPosition Modifier and Type Method Description PaintingReferencePointPositionGeographicalSchemaFactoryImpl. createPaintingReferencePointPositionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)PaintingReferencePointPositionPointShapeImpl. getPointPosition()Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type PaintingReferencePointPosition Modifier and Type Method Description voidPointShapeImpl. setPointPosition(PaintingReferencePointPosition newPointPosition)
-