Uses of Enum Class
org.aoju.bus.image.galaxy.data.Attributes.UpdatePolicy
Packages that use Attributes.UpdatePolicy
-
Uses of Attributes.UpdatePolicy in org.aoju.bus.image.galaxy.data
Methods in org.aoju.bus.image.galaxy.data that return Attributes.UpdatePolicyModifier and TypeMethodDescriptionstatic Attributes.UpdatePolicyReturns the enum constant of this class with the specified name.static Attributes.UpdatePolicy[]Attributes.UpdatePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.image.galaxy.data with parameters of type Attributes.UpdatePolicyModifier and TypeMethodDescriptionbooleanAttributes.testUpdate(Attributes.UpdatePolicy updatePolicy, Attributes newAttrs, Attributes modified) booleanAttributes.testUpdateNotSelected(Attributes.UpdatePolicy updatePolicy, Attributes newAttrs, Attributes modified, int... selection) Tests ifAttributes.updateNotSelected(org.aoju.bus.image.galaxy.data.Attributes.UpdatePolicy, org.aoju.bus.image.galaxy.data.Attributes, org.aoju.bus.image.galaxy.data.Attributes, int...)would modify attributes, without actually modifying this attributesbooleanAttributes.testUpdateSelected(Attributes.UpdatePolicy updatePolicy, Attributes newAttrs, Attributes modified, int... selection) Tests ifAttributes.updateSelected(org.aoju.bus.image.galaxy.data.Attributes.UpdatePolicy, org.aoju.bus.image.galaxy.data.Attributes, org.aoju.bus.image.galaxy.data.Attributes, int...)would modify attributes, without actually modifying this attributesbooleanAttributes.update(Attributes.UpdatePolicy updatePolicy, boolean mergeOriginalAttributesSequence, Attributes newAttrs, Attributes modified) booleanAttributes.update(Attributes.UpdatePolicy updatePolicy, Attributes newAttrs, Attributes modified) booleanAttributes.updateNotSelected(Attributes.UpdatePolicy updatePolicy, Attributes newAttrs, Attributes modified, int... selection) Add not selected attributes from another Attributes object to this.booleanAttributes.updateSelected(Attributes.UpdatePolicy updatePolicy, Attributes newAttrs, Attributes modified, int... selection) Add selected attributes from another Attributes object to this.