Uses of Class
ion.Core.Property.SetValuePolicy
-
Packages that use Property.SetValuePolicy Package Description ion.Core -
-
Uses of Property.SetValuePolicy in ion.Core
Methods in ion.Core that return Property.SetValuePolicy Modifier and Type Method Description static Property.SetValuePolicyProperty.SetValuePolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Property.SetValuePolicy[]Property.SetValuePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ion.Core with parameters of type Property.SetValuePolicy Constructor Description Property(Property.SetValuePolicy policy)Creates a Property with a particular policy to handle conflicting SetValues requestsProperty(TValue value, Property.SetValuePolicy policy)Creates a Property with a particular initial value and a policy to handle conflicting SetValues requests
-