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. 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 PaintingReferencePointPosition Modifier and Type Method Description static PaintingReferencePointPosition
PaintingReferencePointPosition. get(int value)
Returns the 'Painting Reference Point Position' literal with the specified integer value.static PaintingReferencePointPosition
PaintingReferencePointPosition. get(String literal)
Returns the 'Painting Reference Point Position' literal with the specified literal value.static PaintingReferencePointPosition
PaintingReferencePointPosition. getByName(String name)
Returns the 'Painting Reference Point Position' literal with the specified name.PaintingReferencePointPosition
PointShape. getPointPosition()
Returns the value of the 'Point Position' attribute.static PaintingReferencePointPosition
PaintingReferencePointPosition. 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 void
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 PaintingReferencePointPosition Modifier and Type Method Description PaintingReferencePointPosition
GeographicalSchemaFactoryImpl. createPaintingReferencePointPositionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
PaintingReferencePointPosition
PointShapeImpl. getPointPosition()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type PaintingReferencePointPosition Modifier and Type Method Description void
PointShapeImpl. setPointPosition(PaintingReferencePointPosition newPointPosition)
-