TreeStorageNodePrescription.FieldContainedStatus |
TreeStorageNodeInstance.isCacheFor(EntityField<V> field,
Object parameter) |
|
TreeStorageNodePrescription.FieldContainedStatus |
TreeStorageNodePrescription.isCacheFor(EntityField<?> field,
Object parameter) |
|
TreeStorageNodePrescription.FieldContainedStatus |
TreeStorageNodeInstance.isPrimarySourceFor(Enum<? extends EntityField<V>> field,
Object parameter) |
|
TreeStorageNodePrescription.FieldContainedStatus |
TreeStorageNodePrescription.isPrimarySourceFor(EntityField<?> field,
Object parameter) |
Returns if the given field is primary source for the field, potentially specified further by a parameter.
|
TreeStorageNodePrescription.FieldContainedStatus |
TreeStorageNodePrescription.FieldContainedStatus.max(Supplier<TreeStorageNodePrescription.FieldContainedStatus> otherFunc) |
|
TreeStorageNodePrescription.FieldContainedStatus |
TreeStorageNodePrescription.FieldContainedStatus.max(TreeStorageNodePrescription.FieldContainedStatus other) |
|
abstract TreeStorageNodePrescription.FieldContainedStatus |
TreeStorageNodePrescription.FieldContainedStatus.minus(TreeStorageNodePrescription.FieldContainedStatus s) |
Returns the status of the field if this field status in this node was stripped off the field status s .
|
static TreeStorageNodePrescription.FieldContainedStatus |
TreeStorageNodePrescription.FieldContainedStatus.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TreeStorageNodePrescription.FieldContainedStatus[] |
TreeStorageNodePrescription.FieldContainedStatus.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|