Modifier and Type | Field and Description |
---|---|
private final int | |
private final int | |
private final Class |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public static Constraint | |
public static Constraint | |
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 int | |
public int | |
public final String | toString()
Implements abstract java. Returns a string representation of the record. |
public Class |
max | back to summary |
---|---|
private final int max Record Component accessed by max(). |
min | back to summary |
---|---|
private final int min Record Component accessed by min(). |
type | back to summary |
---|---|
private final Class<? extends XmlElement> type Record Component accessed by type(). |
Constraint | back to summary |
---|---|
pack-priv Constraint(Class<? extends XmlElement> type, int min, int max) |
any | back to summary |
---|---|
public static Constraint any(Class<? extends XmlElement> type) |
atLeast | back to summary |
---|---|
public static Constraint atLeast(Class<? extends XmlElement> type, int min) |
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
|
max | back to summary |
---|---|
public int max() Record Component getter of max. |
min | back to summary |
---|---|
public int min() Record Component getter of min. |
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 Class Record Component getter of type. |