Class AttributeReferenceImpl

java.lang.Object
io.ciera.runtime.summit.classes.ModelInstance<AttributeReference,Sql>
io.ciera.tool.sql.architecture.classes.impl.AttributeReferenceImpl
All Implemented Interfaces:
io.ciera.runtime.summit.application.IActionHome<Sql>, io.ciera.runtime.summit.application.IInstanceActionHome<AttributeReference,Sql>, io.ciera.runtime.summit.classes.IModelInstance<AttributeReference,Sql>, io.ciera.runtime.summit.statemachine.IEventTarget, io.ciera.runtime.summit.types.IXtumlType, AttributeReference, Comparable<AttributeReference>

public class AttributeReferenceImpl extends io.ciera.runtime.summit.classes.ModelInstance<AttributeReference,Sql> implements AttributeReference
  • Field Details

  • Method Details

    • create

      public static AttributeReference create(Sql context) throws io.ciera.runtime.summit.exceptions.XtumlException
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • create

      public static AttributeReference create(Sql context, String ref_referring_attribute_class_name, String ref_referring_attribute_class_package, String ref_referring_attribute_name, String ref_referred_to_attribute_class_name, String ref_referred_to_attribute_class_package, String ref_referred_to_attribute_name, int ref_rel_num, String ref_form_phrase, String ref_form_name, String ref_part_phrase, String ref_part_name) throws io.ciera.runtime.summit.exceptions.XtumlException
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • create

      public static AttributeReference create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_referring_attribute_class_name, String ref_referring_attribute_class_package, String ref_referring_attribute_name, String ref_referred_to_attribute_class_name, String ref_referred_to_attribute_class_package, String ref_referred_to_attribute_name, int ref_rel_num, String ref_form_phrase, String ref_form_name, String ref_part_phrase, String ref_part_name) throws io.ciera.runtime.summit.exceptions.XtumlException
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getReferring_attribute_class_name

      public String getReferring_attribute_class_name() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getReferring_attribute_class_name in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • setReferring_attribute_class_name

      public void setReferring_attribute_class_name(String ref_referring_attribute_class_name) throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      setReferring_attribute_class_name in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getReferring_attribute_class_package

      public String getReferring_attribute_class_package() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getReferring_attribute_class_package in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • setReferring_attribute_class_package

      public void setReferring_attribute_class_package(String ref_referring_attribute_class_package) throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      setReferring_attribute_class_package in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getReferring_attribute_name

      public String getReferring_attribute_name() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getReferring_attribute_name in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • setReferring_attribute_name

      public void setReferring_attribute_name(String ref_referring_attribute_name) throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      setReferring_attribute_name in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • setReferred_to_attribute_class_name

      public void setReferred_to_attribute_class_name(String ref_referred_to_attribute_class_name) throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      setReferred_to_attribute_class_name in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getReferred_to_attribute_class_name

      public String getReferred_to_attribute_class_name() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getReferred_to_attribute_class_name in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • setReferred_to_attribute_class_package

      public void setReferred_to_attribute_class_package(String ref_referred_to_attribute_class_package) throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      setReferred_to_attribute_class_package in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getReferred_to_attribute_class_package

      public String getReferred_to_attribute_class_package() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getReferred_to_attribute_class_package in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getReferred_to_attribute_name

      public String getReferred_to_attribute_name() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getReferred_to_attribute_name in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • setReferred_to_attribute_name

      public void setReferred_to_attribute_name(String ref_referred_to_attribute_name) throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      setReferred_to_attribute_name in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • setRel_num

      public void setRel_num(int ref_rel_num) throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      setRel_num in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getRel_num

      public int getRel_num() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getRel_num in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • setForm_phrase

      public void setForm_phrase(String ref_form_phrase) throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      setForm_phrase in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getForm_phrase

      public String getForm_phrase() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getForm_phrase in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • setForm_name

      public void setForm_name(String ref_form_name) throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      setForm_name in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getForm_name

      public String getForm_name() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getForm_name in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • setPart_phrase

      public void setPart_phrase(String ref_part_phrase) throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      setPart_phrase in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getPart_phrase

      public String getPart_phrase() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getPart_phrase in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getPart_name

      public String getPart_name() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      getPart_name in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • setPart_name

      public void setPart_name(String ref_part_name) throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      setPart_name in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getId1

      public io.ciera.runtime.summit.classes.IInstanceIdentifier getId1()
      Specified by:
      getId1 in interface io.ciera.runtime.summit.classes.IModelInstance<AttributeReference,Sql>
      Overrides:
      getId1 in class io.ciera.runtime.summit.classes.ModelInstance<AttributeReference,Sql>
    • setR4506_has_value_provided_by_Attribute

      public void setR4506_has_value_provided_by_Attribute(Attribute inst)
      Specified by:
      setR4506_has_value_provided_by_Attribute in interface AttributeReference
    • R4506_has_value_provided_by_Attribute

      public Attribute R4506_has_value_provided_by_Attribute() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      R4506_has_value_provided_by_Attribute in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • setR4506_provides_value_for_Attribute

      public void setR4506_provides_value_for_Attribute(Attribute inst)
      Specified by:
      setR4506_provides_value_for_Attribute in interface AttributeReference
    • R4506_provides_value_for_Attribute

      public Attribute R4506_provides_value_for_Attribute() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      R4506_provides_value_for_Attribute in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • setR4511_refers_to_another_attribute_through_ClassRelationship

      public void setR4511_refers_to_another_attribute_through_ClassRelationship(ClassRelationship inst)
      Specified by:
      setR4511_refers_to_another_attribute_through_ClassRelationship in interface AttributeReference
    • R4511_refers_to_another_attribute_through_ClassRelationship

      public ClassRelationship R4511_refers_to_another_attribute_through_ClassRelationship() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      R4511_refers_to_another_attribute_through_ClassRelationship in interface AttributeReference
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • getRunContext

      public io.ciera.runtime.summit.application.IRunContext getRunContext()
      Specified by:
      getRunContext in interface io.ciera.runtime.summit.application.IActionHome<Sql>
      Overrides:
      getRunContext in class io.ciera.runtime.summit.classes.ModelInstance<AttributeReference,Sql>
    • context

      public Sql context()
      Specified by:
      context in interface io.ciera.runtime.summit.application.IActionHome<Sql>
      Overrides:
      context in class io.ciera.runtime.summit.classes.ModelInstance<AttributeReference,Sql>
    • getKeyLetters

      public String getKeyLetters()
      Specified by:
      getKeyLetters in interface io.ciera.runtime.summit.statemachine.IEventTarget
      Specified by:
      getKeyLetters in interface io.ciera.runtime.summit.classes.IModelInstance<AttributeReference,Sql>
    • self

      public AttributeReference self()
      Specified by:
      self in interface io.ciera.runtime.summit.application.IInstanceActionHome<AttributeReference,Sql>
    • oneWhere

      public AttributeReference oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      oneWhere in interface io.ciera.runtime.summit.types.IXtumlType
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException