TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.core.rule
Class RuleVariable

java.lang.Object
  extended by org.eclipse.tptp.platform.analysis.core.rule.RuleVariable

Deprecated. Use RuleParameter class

public class RuleVariable
extends java.lang.Object


Field Summary
static java.lang.String FIELD_COMBO_VALUES
          Deprecated. Internal use
static java.lang.String FIELD_LABEL
          Deprecated. Internal use
static java.lang.String FIELD_NAME
          Deprecated. Internal use
static java.lang.String FIELD_STYLE
          Deprecated. Internal use
static java.lang.String FIELD_TYPE
          Deprecated. Internal use
static java.lang.String FIELD_VALUE
          Deprecated. Internal use
static java.lang.String SEVERITY
          Deprecated. The standard name for the severity variable
static java.lang.String STYLE_CHECK
          Deprecated. Internal use
static java.lang.String STYLE_COMBO
          Deprecated. Internal use
static java.lang.String STYLE_TEXT
          Deprecated. Internal use
static java.lang.String TYPE_FLOAT
          Deprecated. Internal use
static java.lang.String TYPE_INTEGER
          Deprecated. Internal use
static java.lang.String TYPE_STRING
          Deprecated. Internal use
 
Constructor Summary
RuleVariable()
          Deprecated.  
RuleVariable(java.lang.String newName, java.lang.String newValue)
          Deprecated. Internal Constructor - DO NOT USE
 
Method Summary
 void addComboValue(java.lang.String newComboValue)
          Deprecated.  
 RuleVariable copy()
          Deprecated.  
 java.util.List getComboValues()
          Deprecated.  
 java.lang.String getLabel()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 java.lang.String getStyle()
          Deprecated.  
 java.lang.String getType()
          Deprecated.  
 java.lang.String getValue()
          Deprecated.  
 boolean isCheckStyle()
          Deprecated.  
 boolean isComboStyle()
          Deprecated.  
 boolean isFloatType()
          Deprecated.  
 boolean isIntegerType()
          Deprecated.  
 boolean isStringType()
          Deprecated.  
 boolean isTextStyle()
          Deprecated.  
 void setLabel(java.lang.String newLabel)
          Deprecated.  
 void setName(java.lang.String newName)
          Deprecated.  
 void setStyle(java.lang.String newStyle)
          Deprecated.  
 void setType(java.lang.String newType)
          Deprecated.  
 void setValue(java.lang.String newValue)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEVERITY

public static final java.lang.String SEVERITY
Deprecated. 
The standard name for the severity variable

See Also:
Constant Field Values

FIELD_NAME

public static final java.lang.String FIELD_NAME
Deprecated. 
Internal use

See Also:
Constant Field Values

FIELD_VALUE

public static final java.lang.String FIELD_VALUE
Deprecated. 
Internal use

See Also:
Constant Field Values

FIELD_STYLE

public static final java.lang.String FIELD_STYLE
Deprecated. 
Internal use

See Also:
Constant Field Values

FIELD_TYPE

public static final java.lang.String FIELD_TYPE
Deprecated. 
Internal use

See Also:
Constant Field Values

FIELD_LABEL

public static final java.lang.String FIELD_LABEL
Deprecated. 
Internal use

See Also:
Constant Field Values

FIELD_COMBO_VALUES

public static final java.lang.String FIELD_COMBO_VALUES
Deprecated. 
Internal use

See Also:
Constant Field Values

TYPE_FLOAT

public static final java.lang.String TYPE_FLOAT
Deprecated. 
Internal use

See Also:
Constant Field Values

TYPE_INTEGER

public static final java.lang.String TYPE_INTEGER
Deprecated. 
Internal use

See Also:
Constant Field Values

TYPE_STRING

public static final java.lang.String TYPE_STRING
Deprecated. 
Internal use

See Also:
Constant Field Values

STYLE_TEXT

public static final java.lang.String STYLE_TEXT
Deprecated. 
Internal use

See Also:
Constant Field Values

STYLE_COMBO

public static final java.lang.String STYLE_COMBO
Deprecated. 
Internal use

See Also:
Constant Field Values

STYLE_CHECK

public static final java.lang.String STYLE_CHECK
Deprecated. 
Internal use

See Also:
Constant Field Values
Constructor Detail

RuleVariable

public RuleVariable()
Deprecated. 

RuleVariable

public RuleVariable(java.lang.String newName,
                    java.lang.String newValue)
Deprecated. 
Internal Constructor - DO NOT USE

Parameters:
newName - The variable name
newValue - The variable value
Method Detail

copy

public RuleVariable copy()
Deprecated. 
Returns:
variable

getLabel

public java.lang.String getLabel()
Deprecated. 
Returns:
the label for the rule variable

setLabel

public void setLabel(java.lang.String newLabel)
Deprecated. 
Parameters:
newLabel - value

getName

public java.lang.String getName()
Deprecated. 
Returns:
the name for the rule variable

setName

public void setName(java.lang.String newName)
Deprecated. 
Parameters:
newName - value

getValue

public java.lang.String getValue()
Deprecated. 
Returns:
the value for the rule variable

setValue

public void setValue(java.lang.String newValue)
Deprecated. 
Parameters:
newValue - value

getType

public java.lang.String getType()
Deprecated. 
Returns:
the type for the rule variable

setType

public void setType(java.lang.String newType)
Deprecated. 

isStringType

public boolean isStringType()
Deprecated. 
Returns:
value

isIntegerType

public boolean isIntegerType()
Deprecated. 
Returns:
value

isFloatType

public boolean isFloatType()
Deprecated. 
Returns:
value

getStyle

public java.lang.String getStyle()
Deprecated. 
Returns:
the style for the rule variable

setStyle

public void setStyle(java.lang.String newStyle)
Deprecated. 

isTextStyle

public boolean isTextStyle()
Deprecated. 
Returns:
value

isComboStyle

public boolean isComboStyle()
Deprecated. 
Returns:
value

isCheckStyle

public boolean isCheckStyle()
Deprecated. 
Returns:
value

getComboValues

public java.util.List getComboValues()
Deprecated. 
Returns:
list

addComboValue

public void addComboValue(java.lang.String newComboValue)
Deprecated. 
Parameters:
newComboValue - value

TPTP 4.6.0 Platform Project
Public API Specification