Class/Object

ch.ninecode.model

ObjectReverseModification

Related Docs: object ObjectReverseModification | package model

Permalink

final case class ObjectReverseModification(sup: ChangeSetMember, ObjectModification: String) extends Element with Product with Serializable

Used to specify precondition properties for a preconditioned update.

sup

ChangeSetMember Reference to the superclass object.

ObjectModification

ObjectModification The associated data object representing the update. Normally the associaiton is specifed, but in the case of a proxy object where the association is removed, we might not reference any data object as it would only reference a proxy data object with no associations.

Linear Supertypes
Product, Equals, Element, Cloneable, Cloneable, Row, Serializable, Serializable, AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. ObjectReverseModification
  2. Product
  3. Equals
  4. Element
  5. Cloneable
  6. Cloneable
  7. Row
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ObjectReverseModification()

    Permalink

    Zero args constructor.

  2. new ObjectReverseModification(sup: ChangeSetMember, ObjectModification: String)

    Permalink

    sup

    ChangeSetMember Reference to the superclass object.

    ObjectModification

    ObjectModification The associated data object representing the update. Normally the associaiton is specifed, but in the case of a proxy object where the association is removed, we might not reference any data object as it would only reference a proxy data object with no associations.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def ChangeSetMember: ChangeSetMember

    Permalink

    Return the superclass object.

    Return the superclass object.

    returns

    The typed superclass nested object.

  5. val ObjectModification: String

    Permalink

    ObjectModification The associated data object representing the update.

    ObjectModification The associated data object representing the update. Normally the associaiton is specifed, but in the case of a proxy object where the association is removed, we might not reference any data object as it would only reference a proxy data object with no associations.

  6. def about: Boolean

    Permalink

    Flag for rdf:about elements.

    Flag for rdf:about elements.

    returns

    true if this is an rdf:about element, false otherwise.

    Definition Classes
    Element
  7. def anyNull: Boolean

    Permalink
    Definition Classes
    Row
  8. def apply(i: Int): Any

    Permalink
    Definition Classes
    Row
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. var bitfields: Array[Int]

    Permalink

    Valid fields bitmap.

    Valid fields bitmap.

    One (1) in a bit position means that field was found in parsing, zero means it has an indeterminate value. Field order is specified by the fields array.

    For classes constructed manually, we initially fill this in with the worst case scenario. ToDo: this won't work for classes with more than 96 fields (so far none).

    Definition Classes
    Element
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def copy(): Row

    Permalink

    Return a copy of this object as a Row.

    Return a copy of this object as a Row.

    Creates a clone of this object for use in Row manipulations.

    returns

    The copy of the object.

    Definition Classes
    ObjectReverseModificationElement → Row
  13. def emit_attribute(field: String, value: Any)(implicit clz: String, s: StringBuilder): Unit

    Permalink

    Emit one XML attribute.

    Emit one XML attribute.

    field

    The name of the field.

    value

    The value of the field.

    clz

    The class name (e.g. ACLineSegment) of this element

    s

    The builder to write into.

    Definition Classes
    Element
    Example:
    1. <cim:Location.CoordinateSystem rdf:resource="#wgs84"/>

  14. def emit_element(field: String, value: Any)(implicit clz: String, s: StringBuilder): Unit

    Permalink

    Emit one XML element.

    Emit one XML element.

    field

    The name of the field.

    value

    The value of the field.

    clz

    The class name (e.g. ACLineSegment) of this element

    s

    The builder to write into.

    Definition Classes
    Element
    Example:
    1. <cim:IdentifiedObject.name>WGS 84</cim:IdentifiedObject.name>

  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    Row → AnyRef → Any
  17. def export: String

    Permalink

    Return a string containing this object as XML.

    Return a string containing this object as XML.

    returns

    The XML corresponding to this object.

    Definition Classes
    ObjectReverseModificationElement
  18. def export_fields: String

    Permalink

    Return a string containing the fields of this object suitable for inclusion in an XML object.

    Return a string containing the fields of this object suitable for inclusion in an XML object.

    returns

    A string with the fileds coded in XML

    Definition Classes
    ObjectReverseModificationElement
  19. def fieldIndex(name: String): Int

    Permalink
    Definition Classes
    Row
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def get(i: Int): AnyRef

    Permalink

    Get the value of the field at index i.

    Get the value of the field at index i.

    i

    The index of the field desired.

    returns

    The value stored in the field, or null if none.

    Definition Classes
    ObjectReverseModificationElement → Row
  22. def getAs[T](fieldName: String): T

    Permalink
    Definition Classes
    Row
  23. def getAs[T](i: Int): T

    Permalink
    Definition Classes
    Row
  24. def getBoolean(i: Int): Boolean

    Permalink
    Definition Classes
    Row
  25. def getByte(i: Int): Byte

    Permalink
    Definition Classes
    Row
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def getDate(i: Int): Date

    Permalink
    Definition Classes
    Row
  28. def getDecimal(i: Int): BigDecimal

    Permalink
    Definition Classes
    Row
  29. def getDouble(i: Int): Double

    Permalink
    Definition Classes
    Row
  30. def getFloat(i: Int): Float

    Permalink
    Definition Classes
    Row
  31. def getInt(i: Int): Int

    Permalink
    Definition Classes
    Row
  32. def getJavaMap[K, V](i: Int): Map[K, V]

    Permalink
    Definition Classes
    Row
  33. def getList[T](i: Int): List[T]

    Permalink
    Definition Classes
    Row
  34. def getLong(i: Int): Long

    Permalink
    Definition Classes
    Row
  35. def getMap[K, V](i: Int): Map[K, V]

    Permalink
    Definition Classes
    Row
  36. def getSeq[T](i: Int): Seq[T]

    Permalink
    Definition Classes
    Row
  37. def getShort(i: Int): Short

    Permalink
    Definition Classes
    Row
  38. def getString(i: Int): String

    Permalink
    Definition Classes
    Row
  39. def getStruct(i: Int): Row

    Permalink
    Definition Classes
    Row
  40. def getTimestamp(i: Int): Timestamp

    Permalink
    Definition Classes
    Row
  41. def getValuesMap[T](fieldNames: Seq[String]): Map[String, T]

    Permalink
    Definition Classes
    Row
  42. def hashCode(): Int

    Permalink
    Definition Classes
    Row → AnyRef → Any
  43. def id: String

    Permalink

    Return the unique ID for the object, the mRID for IdentifiedObject derived classes.

    Return the unique ID for the object, the mRID for IdentifiedObject derived classes.

    returns

    The object ID.

    Definition Classes
    Element
  44. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  45. def isNullAt(i: Int): Boolean

    Permalink
    Definition Classes
    Row
  46. def length: Int

    Permalink

    The number of fields in the object definition.

    The number of fields in the object definition.

    returns

    The number of defined fields for use in Row manipulations.

    Definition Classes
    ObjectReverseModificationElement → Row
  47. def mask(position: Int): Boolean

    Permalink

    Is a field present predicate.

    Is a field present predicate.

    Determines if the field at the given position was encountered while parsing.

    position

    the field position in the fields array

    returns

    true if the field was parsed, false otherwise.

    Definition Classes
    Element
  48. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    Row
  49. def mkString(sep: String): String

    Permalink
    Definition Classes
    Row
  50. def mkString: String

    Permalink
    Definition Classes
    Row
  51. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  52. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  53. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  54. def schema: StructType

    Permalink
    Definition Classes
    Row
  55. def size: Int

    Permalink
    Definition Classes
    Row
  56. val sup: ChangeSetMember

    Permalink

    ChangeSetMember Reference to the superclass object.

    ChangeSetMember Reference to the superclass object.

    Definition Classes
    ObjectReverseModificationElement
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  58. def toSeq: Seq[Any]

    Permalink
    Definition Classes
    Row
  59. def toString(): String

    Permalink
    Definition Classes
    Row → AnyRef → Any
  60. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from Element

Inherited from Cloneable

Inherited from Cloneable

Inherited from Row

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Hierarchy

Row

Serialization

Ungrouped