Class LiteralIntegerSetImpl

java.lang.Object
io.ciera.runtime.summit.types.Set<LiteralInteger>
io.ciera.runtime.summit.classes.InstanceSet<LiteralIntegerSet,LiteralInteger>
io.ciera.tool.sql.ooaofooa.value.impl.LiteralIntegerSetImpl
All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<LiteralIntegerSet,LiteralInteger>, io.ciera.runtime.summit.types.ISet<LiteralInteger>, io.ciera.runtime.summit.types.IXtumlType, LiteralIntegerSet, Iterable<LiteralInteger>, Collection<LiteralInteger>, Set<LiteralInteger>

public class LiteralIntegerSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<LiteralIntegerSet,LiteralInteger> implements LiteralIntegerSet
  • Constructor Details

    • LiteralIntegerSetImpl

      public LiteralIntegerSetImpl()
    • LiteralIntegerSetImpl

      public LiteralIntegerSetImpl(Comparator<? super LiteralInteger> comp)
  • Method Details

    • setValue_ID

      public void setValue_ID(io.ciera.runtime.summit.types.UniqueId ref_Value_ID) throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      setValue_ID in interface LiteralIntegerSet
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • setValue

      public void setValue(String m_Value) throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      setValue in interface LiteralIntegerSet
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • R801_is_a_Value

      public ValueSet R801_is_a_Value() throws io.ciera.runtime.summit.exceptions.XtumlException
      Specified by:
      R801_is_a_Value in interface LiteralIntegerSet
      Throws:
      io.ciera.runtime.summit.exceptions.XtumlException
    • nullElement

      public LiteralInteger nullElement()
      Specified by:
      nullElement in interface io.ciera.runtime.summit.types.ISet<LiteralInteger>
    • emptySet

      public LiteralIntegerSet emptySet()
      Specified by:
      emptySet in interface io.ciera.runtime.summit.types.ISet<LiteralInteger>
    • emptySet

      public LiteralIntegerSet emptySet(Comparator<? super LiteralInteger> comp)
      Specified by:
      emptySet in interface io.ciera.runtime.summit.types.ISet<LiteralInteger>
    • elements

      public List<LiteralInteger> elements()
      Specified by:
      elements in interface io.ciera.runtime.summit.types.ISet<LiteralInteger>