rs.sol.soloist.server.guiconfiguration.elementcomponents
Class GUIElementInput

java.lang.Object
  extended by rs.sol.soloist.server.uml.commonimplementation.runtime._ClassifierInstance
      extended by rs.sol.soloist.server.uml.commonimplementation.runtime._ClassInstance
          extended by rs.sol.soloist.server.javaimpl.runtime.SOLoistClassInstance
              extended by rs.sol.soloist.server.builtindomains.common.ObjectOfClass
                  extended by rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIElementInput
All Implemented Interfaces:
IUpdatable, rs.sol.soloist.server.uml.concepts.IElement, IClassifierInstance, IClassInstance, IRTElement
Direct Known Subclasses:
GUICollectionInput, GUIParametrizedInput, GUISlotValueInput, GUISubnodesInput

Deprecated. Not for public use.

@Deprecated
public abstract class GUIElementInput
extends rs.sol.soloist.server.builtindomains.common.ObjectOfClass
implements IUpdatable


Nested Class Summary
static class GUIElementInput.FQPropertyNames
          Deprecated.  
static class GUIElementInput.PROPERTIES
          Deprecated.  
 
Field Summary
static IClass CLASSIFIER
          Deprecated. UML class reference
static java.lang.String FQ_TYPE_NAME
          Deprecated. Fully qualified UML class name
 IAssociationEndInstance<GUIElementComponent> owner
          Deprecated. Not for public use.
 IAttributeValue<Text> refresh
          Deprecated. Not for public use.
 
Constructor Summary
GUIElementInput()
          Deprecated. Not for public use.
 
Method Summary
 void constructor()
          Deprecated. The domain-specific constructor of the Classifier.
abstract  rs.sol.soloist.client.common.info2.ElementInputInfo createInfo()
          Deprecated.  
 GUIElementComponent getOwner()
          Deprecated.  
 void validate()
          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.guiconfiguration.construction.IUpdatable
updateInfo
 
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.runtime.IRTElement
getMElement
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.IElement
isKindOf, isModelElement, isRTElement
 

Field Detail

refresh

@Deprecated
public IAttributeValue<Text> refresh
Deprecated. Not for public use.

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


owner

@Deprecated
public IAssociationEndInstance<GUIElementComponent> owner
Deprecated. Not for public use.
Constructor Detail

GUIElementInput

@Deprecated
public GUIElementInput()
Deprecated. Not for public use.

Method Detail

validate

public void validate()
Deprecated. 

constructor

public void constructor()
Deprecated. 
Description copied from interface: IClassifierInstance
The domain-specific constructor of the Classifier.

Specified by:
constructor in interface IClassifierInstance
Overrides:
constructor in class rs.sol.soloist.server.builtindomains.common.ObjectOfClass

getOwner

public GUIElementComponent getOwner()
Deprecated. 

createInfo

public abstract rs.sol.soloist.client.common.info2.ElementInputInfo createInfo()
Deprecated.