Class ExecutablePropertyArgumentSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<ExecutablePropertyArgumentSet,ExecutablePropertyArgument>
-
- io.ciera.tool.sql.ooaofooa.message.impl.ExecutablePropertyArgumentSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<ExecutablePropertyArgumentSet,ExecutablePropertyArgument>,io.ciera.runtime.summit.types.ISet<ExecutablePropertyArgument>,io.ciera.runtime.summit.types.IXtumlType,ExecutablePropertyArgumentSet,Iterable<ExecutablePropertyArgument>,Collection<ExecutablePropertyArgument>,Set<ExecutablePropertyArgument>
public class ExecutablePropertyArgumentSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<ExecutablePropertyArgumentSet,ExecutablePropertyArgument> implements ExecutablePropertyArgumentSet
-
-
Constructor Summary
Constructors Constructor Description ExecutablePropertyArgumentSetImpl()ExecutablePropertyArgumentSetImpl(Comparator<? super ExecutablePropertyArgument> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExecutablePropertyArgument>elements()ExecutablePropertyArgumentSetemptySet()ExecutablePropertyArgumentSetemptySet(Comparator<? super ExecutablePropertyArgument> comp)ExecutablePropertyArgumentnullElement()MessageArgumentSetR1013_is_a_MessageArgument()PropertyParameterSetR1023_is_represented_by_PropertyParameter()voidsetArg_ID(io.ciera.runtime.summit.types.UniqueId ref_Arg_ID)voidsetPP_Id(io.ciera.runtime.summit.types.UniqueId ref_PP_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
-
ExecutablePropertyArgumentSetImpl
public ExecutablePropertyArgumentSetImpl()
-
ExecutablePropertyArgumentSetImpl
public ExecutablePropertyArgumentSetImpl(Comparator<? super ExecutablePropertyArgument> comp)
-
-
Method Detail
-
setPP_Id
public void setPP_Id(io.ciera.runtime.summit.types.UniqueId ref_PP_Id) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setPP_Idin interfaceExecutablePropertyArgumentSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setArg_ID
public void setArg_ID(io.ciera.runtime.summit.types.UniqueId ref_Arg_ID) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setArg_IDin interfaceExecutablePropertyArgumentSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R1013_is_a_MessageArgument
public MessageArgumentSet R1013_is_a_MessageArgument() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R1013_is_a_MessageArgumentin interfaceExecutablePropertyArgumentSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R1023_is_represented_by_PropertyParameter
public PropertyParameterSet R1023_is_represented_by_PropertyParameter() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R1023_is_represented_by_PropertyParameterin interfaceExecutablePropertyArgumentSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public ExecutablePropertyArgument nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<ExecutablePropertyArgument>
-
emptySet
public ExecutablePropertyArgumentSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<ExecutablePropertyArgument>
-
emptySet
public ExecutablePropertyArgumentSet emptySet(Comparator<? super ExecutablePropertyArgument> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<ExecutablePropertyArgument>
-
elements
public List<ExecutablePropertyArgument> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<ExecutablePropertyArgument>
-
-