Record Class CmdString
java.lang.Object
java.lang.Record
org.aksw.shellgebra.algebra.cmd.transform.CmdString
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]cmd()Deprecated.Returns the value of thecmdrecord component.final booleanDeprecated.Indicates whether some other object is "equal to" this one.final inthashCode()Deprecated.Returns a hash code value for this object.booleanisCmd()Deprecated.booleanDeprecated.Deprecated.Returns the value of thescriptStringrecord component.final StringtoString()Deprecated.Returns a string representation of this record class.
-
Constructor Details
-
CmdString
-
CmdString
Deprecated. -
CmdString
Deprecated.
-
-
Method Details
-
isCmd
public boolean isCmd()Deprecated. -
isScriptString
public boolean isScriptString()Deprecated. -
toString
-
hashCode
-
equals
Deprecated.Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
cmd
Deprecated.Returns the value of thecmdrecord component.- Returns:
- the value of the
cmdrecord component
-
scriptString
Deprecated.Returns the value of thescriptStringrecord component.- Returns:
- the value of the
scriptStringrecord component
-