- java.lang.Object
-
- swim.args.Arg
-
-
Method Summary
Modifier and Type Method Description booleancanEqual(Object other)Argclone()voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)inthashCode()Stringname()static Argof(String name)static Argof(String name, String value)static Argof(String name, String value, boolean optional)booleanoptional()Argoptional(boolean optional)StringtoString()Stringvalue()Argvalue(String value)
-
-
-
Method Detail
-
name
public String name()
-
value
public String value()
-
optional
public boolean optional()
-
optional
public Arg optional(boolean optional)
-
canEqual
public boolean canEqual(Object other)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-