rs.sol.soloist.server.guiconfiguration.elementcomponents
Class GUICollectionInput
java.lang.Object
rs.sol.soloist.server.uml.commonimplementation.runtime._ClassifierInstance
rs.sol.soloist.server.uml.commonimplementation.runtime._ClassInstance
rs.sol.soloist.server.javaimpl.runtime.SOLoistClassInstance
rs.sol.soloist.server.builtindomains.common.ObjectOfClass
rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIElementInput
rs.sol.soloist.server.guiconfiguration.elementcomponents.GUICollectionInput
- All Implemented Interfaces:
- IUpdatable, rs.sol.soloist.server.uml.concepts.IElement, IClassifierInstance, IClassInstance, IRTElement
Deprecated. Not for public use.
@Deprecated
public class GUICollectionInput
- extends GUIElementInput
Method Summary |
static GUICollectionInput |
create(java.util.List<? extends rs.sol.soloist.server.uml.concepts.IElement> list)
Deprecated. |
rs.sol.soloist.client.common.info2.CollectionInputInfo |
createInfo()
Deprecated. |
static rs.sol.soloist.client.common.info2.CollectionInputInfo |
createInfo(GUIComponent component,
java.util.List<? extends rs.sol.soloist.server.uml.concepts.IElement> collection)
Deprecated. |
static GUICollectionInput |
get(GUIElementComponent ec)
Deprecated. |
java.util.List<rs.sol.soloist.server.uml.concepts.IElement> |
getCollection()
Deprecated. |
void |
updateInfo(java.lang.Object info)
Deprecated. |
Methods inherited from class rs.sol.soloist.server.builtindomains.common.ObjectOfClass |
handle |
Methods inherited from class rs.sol.soloist.server.javaimpl.runtime.SOLoistClassInstance |
destroy, equals, getAssociationEndInstance, getAssociationEndInstances, getAttributeValue, getAttributeValues, getMyClass, getMyID, getSlot, getSlot, getSlots, getUMLClass, hashCode, isMarkedAsDeleted, toString |
Methods inherited from class rs.sol.soloist.server.uml.commonimplementation.runtime._ClassInstance |
accept, accept, exists, getAssociationEndInstance, getAssociationEndInstance, getAssociationEndInstance, getClassifier, hasIdentity, isClassInstance, isDataTypeInstance, isEqualTo, makeClone, markAsDeleted |
Methods inherited from class rs.sol.soloist.server.uml.commonimplementation.runtime._ClassifierInstance |
conformsTo, copySlots, copySlots, destructor, getAttributeValue, getAttributeValue, getAttributeValue, getClassifierFQName, getClassifierUQName, getFirstCommonGeneralizer, getFirstCommonGeneralizerFQName, getFirstCommonGeneralizerUQName, getMElement, getSlot, getSlot, isDirectInstanceOf, isDirectInstanceOf, isInstanceOf, isInstanceOf, isKindOf, isModelElement, isRTElement |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface rs.sol.soloist.server.uml.concepts.runtime.IClassifierInstance |
conformsTo, copySlots, copySlots, destructor, getAttributeValue, getAttributeValue, getClassifierFQName, getClassifierUQName, getFirstCommonGeneralizer, getFirstCommonGeneralizerFQName, getFirstCommonGeneralizerUQName, getSlot, getSlot, isDirectInstanceOf, isDirectInstanceOf, isInstanceOf, isInstanceOf |
Methods inherited from interface rs.sol.soloist.server.uml.concepts.IElement |
isKindOf, isModelElement, isRTElement |
FQ_TYPE_NAME
public static final java.lang.String FQ_TYPE_NAME
- Deprecated.
- Fully qualified UML class name
- See Also:
- Constant Field Values
CLASSIFIER
public static final IClass CLASSIFIER
- Deprecated.
- UML class reference
collection
@Deprecated
public IAssociationEndInstance<rs.sol.soloist.server.builtindomains.common.ElementDescriptor> collection
- Deprecated. Not for public use.
GUICollectionInput
@Deprecated
public GUICollectionInput()
- Deprecated. Not for public use.
getCollection
public java.util.List<rs.sol.soloist.server.uml.concepts.IElement> getCollection()
- Deprecated.
createInfo
public static rs.sol.soloist.client.common.info2.CollectionInputInfo createInfo(GUIComponent component,
java.util.List<? extends rs.sol.soloist.server.uml.concepts.IElement> collection)
- Deprecated.
createInfo
public rs.sol.soloist.client.common.info2.CollectionInputInfo createInfo()
- Deprecated.
- Specified by:
createInfo
in class GUIElementInput
get
public static GUICollectionInput get(GUIElementComponent ec)
- Deprecated.
create
public static GUICollectionInput create(java.util.List<? extends rs.sol.soloist.server.uml.concepts.IElement> list)
- Deprecated.
updateInfo
public void updateInfo(java.lang.Object info)
- Deprecated.