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

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.GUIElementComponentKind
All Implemented Interfaces:
rs.sol.soloist.server.uml.concepts.IElement, IClassifierInstance, IClassInstance, IRTElement
Direct Known Subclasses:
GUIInputKind, GUISlotEditorKind

Deprecated. Not for public use.

@Deprecated
public abstract class GUIElementComponentKind
extends rs.sol.soloist.server.builtindomains.common.ObjectOfClass


Nested Class Summary
static class GUIElementComponentKind.FQPropertyNames
          Deprecated.  
static class GUIElementComponentKind.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.
 
Constructor Summary
GUIElementComponentKind()
          Deprecated. Not for public use.
 
Method Summary
abstract  rs.sol.soloist.client.common.info2.ElementComponentKindInfo createInfo()
          Deprecated.  
abstract  int getLowerBound()
          Deprecated.  
abstract  int getUpperBound()
          Deprecated.  
 void validate()
          Deprecated.  
 
Methods inherited from class rs.sol.soloist.server.builtindomains.common.ObjectOfClass
constructor, 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.runtime.IRTElement
getMElement
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.IElement
isKindOf, isModelElement, isRTElement
 

Field Detail

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

GUIElementComponentKind

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

Method Detail

getLowerBound

public abstract int getLowerBound()
Deprecated. 

getUpperBound

public abstract int getUpperBound()
Deprecated. 

validate

public void validate()
Deprecated. 

createInfo

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