public interface Attribute extends CatalogType
DataHolder
.Modifier and Type | Method and Description |
---|---|
double |
getDefaultValue()
Gets the default value for this attribute.
|
double |
getMaximum()
Gets the maximum value for this attribute.
|
double |
getMinimum()
Gets the minimum value for this attribute.
|
java.util.function.Predicate<DataHolder> |
getTargets()
Gets a predicate to decide if a given
DataHolder can have
this attribute applied to it. |
getId, getName
double getMinimum()
double getMaximum()
double getDefaultValue()
java.util.function.Predicate<DataHolder> getTargets()
DataHolder
can have
this attribute applied to it.