Uses of Enum Class
com._1c.g5.v8.dt.geographicalschema.model.PaintingReferencePointPosition
Packages that use PaintingReferencePointPosition
Package
Description
-
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 PaintingReferencePointPositionModifier and TypeFieldDescriptionstatic final List<PaintingReferencePointPosition>
PaintingReferencePointPosition.VALUES
A public read-only list of all the 'Painting Reference Point Position' enumerators.Methods in com._1c.g5.v8.dt.geographicalschema.model that return PaintingReferencePointPositionModifier and TypeMethodDescriptionPaintingReferencePointPosition.get
(int value) Returns the 'Painting Reference Point Position' literal with the specified integer value.Returns the 'Painting Reference Point Position' literal with the specified literal value.Returns the 'Painting Reference Point Position' literal with the specified name.PointShape.getPointPosition()
Returns the value of the 'Point Position' attribute.Returns the enum constant of this class with the specified name.static PaintingReferencePointPosition[]
PaintingReferencePointPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.geographicalschema.model with parameters of type PaintingReferencePointPositionModifier and TypeMethodDescriptionvoid
PointShape.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 PaintingReferencePointPositionModifier and TypeMethodDescriptionGeographicalSchemaFactoryImpl.createPaintingReferencePointPositionFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) PointShapeImpl.getPointPosition()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type PaintingReferencePointPositionModifier and TypeMethodDescriptionvoid
PointShapeImpl.setPointPosition
(PaintingReferencePointPosition newPointPosition)