Class Input
java.lang.Object
org.qubership.atp.mia.model.impl.executable.GeneralModel
org.qubership.atp.mia.model.impl.executable.Input
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.qubership.atp.mia.model.impl.executable.GeneralModel
value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Clone object.getLabel()getMask()intbooleangetValue()Gets values as string.Sets label.voidsetMaskPattern(String maskPattern) setMaxLength(int maxLength) Sets maxLength.setReferToInput(List<HashMap<String, String>> referToInput) Sets marker.setRequired(boolean required) voidSets the value.toString()Methods inherited from class org.qubership.atp.mia.model.impl.executable.GeneralModel
addValue, cloneValues, getName, getSystem, getType, getValues, setName, setSystem, setSystemIfNull, setType, setValues
-
Constructor Details
-
Input
public Input()CreatesInputinstance without parameters. -
Input
CreatesInputinstance with parameters.- Parameters:
name- nametype- typevalues- values
-
Input
CreatesInputinstance with parameters.- Parameters:
name- nametype- typevalue- value
-
-
Method Details
-
clone
Clone object. -
getLabel
-
setLabel
Sets label.- Parameters:
label- label- Returns:
Inputinstance
-
getValue
Description copied from class:GeneralModelGets values as string.- Overrides:
getValuein classGeneralModel- Returns:
- value
-
setValue
Description copied from class:GeneralModelSets the value.- Overrides:
setValuein classGeneralModel- Parameters:
value- value
-
getMaxLength
public int getMaxLength() -
setMaxLength
Sets maxLength.- Parameters:
maxLength- maxLength- Returns:
Inputinstance
-
getMask
-
setMask
-
getMaskPattern
-
setMaskPattern
-
getRequired
public boolean getRequired() -
setRequired
-
getReferToInput
-
setReferToInput
Sets marker.- Parameters:
referToInput- referToInput- Returns:
Inputinstance
-
toString
- Overrides:
toStringin classGeneralModel
-