Package com.zerog.ia.auto.project.panels
Class InputItem
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.panels.InputItem
-
- All Implemented Interfaces:
Referenceable
public final class InputItem extends ProjectObject
-
-
Constructor Summary
Constructors Constructor Description InputItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectObject
getAction()
accesses the actionBidiOption
getBidiOption()
controls the bidi optionsboolean
getDefaultSelected()
accesses whether it is selected by defaultjava.lang.String
getDefaultValue()
accesses the default valuejava.lang.String
getLabel()
accesses the labelboolean
getVariable()
accesses the variablejava.lang.String
getVariableName()
accesses the variable namevoid
setAction(ProjectObject Action)
accesses the actionvoid
setBidiOption(BidiOption BidiOption)
controls the bidi optionsvoid
setDefaultSelected(boolean DefaultSelected)
accesses whether it is selected by defaultvoid
setDefaultValue(java.lang.String DefaultValue)
accesses the default valuevoid
setLabel(java.lang.String Label)
accesses the labelvoid
setVariable(boolean Variable)
accesses the variablevoid
setVariableName(java.lang.String VariableName)
accesses the variable name-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getDefaultValue
public java.lang.String getDefaultValue()
accesses the default value
-
setDefaultValue
public void setDefaultValue(java.lang.String DefaultValue)
accesses the default value
-
getDefaultSelected
public boolean getDefaultSelected()
accesses whether it is selected by default
-
setDefaultSelected
public void setDefaultSelected(boolean DefaultSelected)
accesses whether it is selected by default
-
getAction
public ProjectObject getAction()
accesses the action
-
setAction
public void setAction(ProjectObject Action)
accesses the action
-
getLabel
public java.lang.String getLabel()
accesses the label
-
setLabel
public void setLabel(java.lang.String Label)
accesses the label
-
getVariable
public boolean getVariable()
accesses the variable
-
setVariable
public void setVariable(boolean Variable)
accesses the variable
-
getVariableName
public java.lang.String getVariableName()
accesses the variable name
-
setVariableName
public void setVariableName(java.lang.String VariableName)
accesses the variable name
-
getBidiOption
public BidiOption getBidiOption()
controls the bidi options
-
setBidiOption
public void setBidiOption(BidiOption BidiOption)
controls the bidi options
-
-