Class TextArg.WithSignature
java.lang.Object
org.qubership.atp.dataset.macros.args.TextArg
org.qubership.atp.dataset.macros.args.TextArg.WithSignature
- All Implemented Interfaces:
ArgSignature,MacroArg,SignatureArg
- Enclosing class:
TextArg
-
Nested Class Summary
Nested classes/interfaces inherited from class org.qubership.atp.dataset.macros.args.TextArg
TextArg.NoSignature, TextArg.WithSignature -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionasRef()Optional<? extends SignatureArg> booleanReturns position of this argument in macro signature.Returns text representation of this arg in macro signature.inthashCode()Methods inherited from class org.qubership.atp.dataset.macros.args.TextArg
getText, of, of, toString
-
Field Details
-
position
-
-
Method Details
-
getPosition
Description copied from interface:ArgSignatureReturns position of this argument in macro signature.- Specified by:
getPositionin interfaceArgSignature
-
getSource
Description copied from interface:ArgSignatureReturns text representation of this arg in macro signature.- Specified by:
getSourcein interfaceArgSignature
-
equals
-
hashCode
public int hashCode() -
asRef
- Specified by:
asRefin interfaceMacroArg- Specified by:
asRefin interfaceSignatureArg
-
getSignature
- Specified by:
getSignaturein interfaceSignatureArg
-
asSignature
- Specified by:
asSignaturein interfaceMacroArg
-