public final class RecordProperty extends AbstractProperty<String,RecordType>
Property.Operator
operator, value
Constructor and Description |
---|
RecordProperty(RecordType instrument)
Constructs a new record property with the specified record type.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Property<?,?> o) |
equals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toString
public RecordProperty(RecordType instrument)
instrument
- The record type the record playspublic int compareTo(Property<?,?> o)