Class LiteralIntegerSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- 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 Summary
Constructors Constructor Description LiteralIntegerSetImpl()LiteralIntegerSetImpl(Comparator<? super LiteralInteger> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LiteralInteger>elements()LiteralIntegerSetemptySet()LiteralIntegerSetemptySet(Comparator<? super LiteralInteger> comp)LiteralIntegernullElement()ValueSetR801_is_a_Value()voidsetValue(String m_Value)voidsetValue_ID(io.ciera.runtime.summit.types.UniqueId ref_Value_ID)-
Methods inherited from class io.ciera.runtime.summit.classes.InstanceSet
add, getById1, getById2, getById3, getByInstanceId, remove
-
Methods inherited from class io.ciera.runtime.summit.types.Set
addAll, any, anyWhere, clear, contains, containsAll, difference, difference, disunion, disunion, equality, intersection, intersection, isEmpty, iterator, removeAll, retainAll, size, sorted, sorted, toArray, toArray, union, union, where
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface io.ciera.runtime.summit.classes.IInstanceSet
getById1, getById2, getById3, getByInstanceId
-
Methods inherited from interface io.ciera.runtime.summit.types.ISet
any, anyWhere, difference, difference, disunion, disunion, intersection, intersection, sorted, sorted, union, union, where
-
-
-
-
Constructor Detail
-
LiteralIntegerSetImpl
public LiteralIntegerSetImpl()
-
LiteralIntegerSetImpl
public LiteralIntegerSetImpl(Comparator<? super LiteralInteger> comp)
-
-
Method Detail
-
setValue
public void setValue(String m_Value) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setValuein interfaceLiteralIntegerSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
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_IDin interfaceLiteralIntegerSet- 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_Valuein interfaceLiteralIntegerSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public LiteralInteger nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<LiteralInteger>
-
emptySet
public LiteralIntegerSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<LiteralInteger>
-
emptySet
public LiteralIntegerSet emptySet(Comparator<? super LiteralInteger> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<LiteralInteger>
-
elements
public List<LiteralInteger> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<LiteralInteger>
-
-