Interface CoordinatesType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
CoordinatesTypeImpl

public interface CoordinatesType extends EObject
A representation of the model object 'Coordinates Type'. Tables or arrays of tuples. May be used for text-encoding of values from a table. Actually just a string, but allows the user to indicate which characters are used as separators. The value of the 'cs' attribute is the separator for coordinate values, and the value of the 'ts' attribute gives the tuple separator (a single space by default); the default values may be changed to reflect local usage. Defaults to CSV within a tuple, space between tuples. However, any string content will be schema-valid.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Cs' attribute.
    Returns the value of the 'Decimal' attribute.
    Returns the value of the 'Ts' attribute.
    Returns the value of the 'Value' attribute.
    boolean
    Returns whether the value of the 'Cs' attribute is set.
    boolean
    Returns whether the value of the 'Decimal' attribute is set.
    boolean
    Returns whether the value of the 'Ts' attribute is set.
    void
    setCs(String value)
    Sets the value of the 'Cs' attribute.
    void
    Sets the value of the 'Decimal' attribute.
    void
    setTs(String value)
    Sets the value of the 'Ts' attribute.
    void
    Sets the value of the 'Value' attribute.
    void
    Unsets the value of the 'Cs' attribute.
    void
    Unsets the value of the 'Decimal' attribute.
    void
    Unsets the value of the 'Ts' attribute.

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver