Interface AttributeModification<V>
- Type Parameters:
V- the value type of the target attribute
- All Known Subinterfaces:
AttributeTrack<V>
- All Known Implementing Classes:
EnvironmentAttributeMap.Modification
Describes an operation applied to an environment attribute.
- Since:
- 3.3.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the attribute this operation modifies.Gets the operation applied to the attribute.
-
Method Details
-
attribute
Gets the attribute this operation modifies.- Returns:
- the modified attribute
- Since:
- 3.3.0
-
operation
Gets the operation applied to the attribute.- Returns:
- the attribute operation
- Since:
- 3.3.0
-