Modifier and Type | Field and Description |
---|---|
private final boolean | allowMultiple
Record Component accessed by allowMultiple(). |
private final String | defaultValue
Record Component accessed by defaultValue(). |
private final String | description
Record Component accessed by description(). |
private final boolean | mandatory
Record Component accessed by mandatory(). |
private final String | |
private final boolean | |
private final String |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public boolean | |
public String | |
public String | |
public final boolean | equals(Object
the reference object with which to compare. o)Implements abstract java. Indicates whether some other object is "equal to" this one. |
public final int | |
public boolean | |
public String | |
public boolean | |
public final String | toString()
Implements abstract java. Returns a string representation of the record. |
public String |
allowMultiple | back to summary |
---|---|
private final boolean allowMultiple Record Component accessed by allowMultiple(). |
defaultValue | back to summary |
---|---|
private final String defaultValue Record Component accessed by defaultValue(). |
description | back to summary |
---|---|
private final String description Record Component accessed by description(). |
mandatory | back to summary |
---|---|
private final boolean mandatory Record Component accessed by mandatory(). |
name | back to summary |
---|---|
private final String name Record Component accessed by name(). |
option | back to summary |
---|---|
private final boolean option Record Component accessed by option(). |
type | back to summary |
---|---|
private final String type Record Component accessed by type(). |
Argument | back to summary |
---|---|
pack-priv Argument(String name, String description, String type, boolean mandatory, boolean option, String defaultValue, boolean allowMultiple) |
allowMultiple | back to summary |
---|---|
public boolean allowMultiple() Record Component getter of allowMultiple. |
defaultValue | back to summary |
---|---|
public String defaultValue() Record Component getter of defaultValue. |
description | back to summary |
---|---|
public String description() Record Component getter of description. |
equals | back to summary |
---|---|
public final boolean equals(Object o) Implements abstract java. Doc from java. Indicates whether some other object is "equal to" this one. In addition
to the general contract of R copy = new R(r.c1(), r.c2(), ..., r.cn());then it must be the case that r.equals(copy) .
|
hashCode | back to summary |
---|---|
public final int hashCode() Implements abstract java. Doc from java. Returns a hash code value for the record.
Obeys the general contract of
|
mandatory | back to summary |
---|---|
public boolean mandatory() Record Component getter of mandatory. |
name | back to summary |
---|---|
public String name() Record Component getter of name. |
option | back to summary |
---|---|
public boolean option() Record Component getter of option. |
toString | back to summary |
---|---|
public final String toString() Implements abstract java. Doc from java. Returns a string representation of the record.
In accordance with the general contract of In addition to this general contract, record classes must further participate in the invariant that any two records which are equal must produce equal strings. This invariant is necessarily relaxed in the rare case where corresponding equal component values might fail to produce equal strings for themselves.
|
type | back to summary |
---|---|
public String type() Record Component getter of type. |