Package

org.omg.oti.mof.schema.tables

values

Permalink

package values

Visibility
  1. Public
  2. All

Type Members

  1. trait OTIMOFEntityAttributeValue extends AnyRef

    Permalink

    Represents the value of an attribute defined in the context of an entity classifier.

    Represents the value of an attribute defined in the context of an entity classifier. The entity can be one of 3 kinds: - A model element that is an instance of a metaclass; the metaclass is the classifier context of the attribute. - A model element that with a stereotype applied; the stereotype is the classifier context of the attribute. - A structured value that is an instance of a structured datatype that is the classifier context of the attribute.

  2. case class OTIMOFOrderedAttributeAtomicValue(resource: ResourceIRI, entity: EntityUUID, attribute: EntityUUID, value: AtomicValueRepresentation, index: Int) extends OTIMOFEntityAttributeValue with Product with Serializable

    Permalink
  3. case class OTIMOFOrderedAttributeEnumerationLiteralValue(resource: ResourceIRI, entity: EntityUUID, attribute: EntityUUID, value: EntityUUID, index: Int) extends OTIMOFEntityAttributeValue with Product with Serializable

    Permalink
  4. case class OTIMOFOrderedAttributeStructuredValueLink(resource: ResourceIRI, entity: EntityUUID, attribute: EntityUUID, value: EntityUUID, index: Int) extends OTIMOFEntityAttributeValue with Product with Serializable

    Permalink
  5. case class OTIMOFUnorderedAttributeAtomicValue(resource: ResourceIRI, entity: EntityUUID, attribute: EntityUUID, value: AtomicValueRepresentation) extends OTIMOFEntityAttributeValue with Product with Serializable

    Permalink
  6. case class OTIMOFUnorderedAttributeEnumerationLiteralValue(resource: ResourceIRI, entity: EntityUUID, attribute: EntityUUID, value: EntityUUID) extends OTIMOFEntityAttributeValue with Product with Serializable

    Permalink
  7. case class OTIMOFUnorderedAttributeStructuredValueLink(resource: ResourceIRI, entity: EntityUUID, attribute: EntityUUID, value: EntityUUID) extends OTIMOFEntityAttributeValue with Product with Serializable

    Permalink

Value Members

  1. object OTIMOFOrderedAttributeAtomicValue extends Serializable

    Permalink
  2. object OTIMOFOrderedAttributeEnumerationLiteralValue extends Serializable

    Permalink
  3. object OTIMOFOrderedAttributeStructuredValueLink extends Serializable

    Permalink
  4. object OTIMOFUnorderedAttributeAtomicValue extends Serializable

    Permalink
  5. object OTIMOFUnorderedAttributeEnumerationLiteralValue extends Serializable

    Permalink
  6. object OTIMOFUnorderedAttributeStructuredValueLink extends Serializable

    Permalink

Ungrouped