public class MatterProperty extends AbstractProperty<String,MatterProperty.Matter>
Modifier and Type | Class and Description |
---|---|
static class |
MatterProperty.Matter |
Property.Operator
operator, value
Constructor and Description |
---|
MatterProperty(MatterProperty.Matter value) |
MatterProperty(MatterProperty.Matter value,
Property.Operator op) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Property<?,?> o) |
equals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches
public MatterProperty(MatterProperty.Matter value)
public MatterProperty(MatterProperty.Matter value, @Nullable Property.Operator op)
public int compareTo(Property<?,?> o)