Uses of Class
manifold.ext.props.rt.api.PropOption
-
Packages that use PropOption Package Description manifold.ext.props.rt.api -
-
Uses of PropOption in manifold.ext.props.rt.api
Methods in manifold.ext.props.rt.api that return PropOption Modifier and Type Method Description static PropOptionPropOption. fromModifier(int modifier)PropOption[]value()Use this argument to override the property's declared access.PropOption[]value()Use this argument to override the property's declared access.PropOption[]value()Access options to override the property field's declared access.PropOption[]value()Access options to override the property field's declared access.static PropOptionPropOption. valueOf(String name)Returns the enum constant of this type with the specified name.static PropOption[]PropOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in manifold.ext.props.rt.api with parameters of type PropOption Modifier and Type Method Description intPropOption. or(PropOption option)
-