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

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
                      extended by rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIInputKind
All Implemented Interfaces:
rs.sol.soloist.server.uml.concepts.IElement, IClassifierInstance, IClassInstance, IRTElement

Deprecated. Not for public use.

@Deprecated
public class GUIInputKind
extends GUIElementComponentKind


Nested Class Summary
static class GUIInputKind.FQPropertyNames
          Deprecated.  
static class GUIInputKind.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<rs.sol.soloist.server.builtindomains.common.ElementDescriptor> initialValues
          Deprecated. Not for public use.
 IAttributeValue<Integer> lowerBound
          Deprecated. Not for public use.
 IAttributeValue<Text> reset
          Deprecated. Not for public use.
 IAttributeValue<Integer> upperBound
          Deprecated. Not for public use.
 
Fields inherited from class rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIElementComponentKind
owner
 
Constructor Summary
GUIInputKind()
          Deprecated. Not for public use.
 
Method Summary
static GUIInputKind create(rs.sol.soloist.server.uml.concepts.IElement initialValue)
          Deprecated.  
static GUIInputKind create(int lowerBound, rs.sol.soloist.server.uml.concepts.IElement initialValue)
          Deprecated.  
static GUIInputKind create(int lowerBound, int upperBound)
          Deprecated.  
static GUIInputKind create(int lowerBound, int upperBound, java.util.List<rs.sol.soloist.server.uml.concepts.IElement> initialValues)
          Deprecated.  
 rs.sol.soloist.client.common.info2.ElementComponentKindInfo createInfo()
          Deprecated.  
static GUIInputKind get(GUIElementComponent ec)
          Deprecated.  
 int getLowerBound()
          Deprecated.  
 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

lowerBound

@Deprecated
public IAttributeValue<Integer> lowerBound
Deprecated. Not for public use.

upperBound

@Deprecated
public IAttributeValue<Integer> upperBound
Deprecated. Not for public use.

reset

@Deprecated
public IAttributeValue<Text> reset
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


initialValues

@Deprecated
public IAssociationEndInstance<rs.sol.soloist.server.builtindomains.common.ElementDescriptor> initialValues
Deprecated. Not for public use.
Constructor Detail

GUIInputKind

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

Method Detail

getLowerBound

public int getLowerBound()
Deprecated. 
Specified by:
getLowerBound in class GUIElementComponentKind

getUpperBound

public int getUpperBound()
Deprecated. 
Specified by:
getUpperBound in class GUIElementComponentKind

validate

public void validate()
Deprecated. 
Overrides:
validate in class GUIElementComponentKind

get

public static GUIInputKind get(GUIElementComponent ec)
Deprecated. 

createInfo

public rs.sol.soloist.client.common.info2.ElementComponentKindInfo createInfo()
Deprecated. 
Specified by:
createInfo in class GUIElementComponentKind

create

public static GUIInputKind create(int lowerBound,
                                  int upperBound)
Deprecated. 

create

public static GUIInputKind create(int lowerBound,
                                  int upperBound,
                                  java.util.List<rs.sol.soloist.server.uml.concepts.IElement> initialValues)
Deprecated. 

create

public static GUIInputKind create(rs.sol.soloist.server.uml.concepts.IElement initialValue)
Deprecated. 

create

public static GUIInputKind create(int lowerBound,
                                  rs.sol.soloist.server.uml.concepts.IElement initialValue)
Deprecated.