Uses of Class
org.joda.beans.PropertyStyle
-
Packages that use PropertyStyle Package Description org.joda.beans Base interfaces and annotations defining Joda-Beans.org.joda.beans.impl Base implementations of Joda-Bean interfaces.org.joda.beans.impl.direct Implementation of Joda-Beans designed for extension by the code generator. -
-
Uses of PropertyStyle in org.joda.beans
Methods in org.joda.beans that return PropertyStyle Modifier and Type Method Description PropertyStyleMetaProperty. style()Gets the style of the property, such as read-only, read-write or write-only.static PropertyStylePropertyStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyStyle[]PropertyStyle. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PropertyStyle in org.joda.beans.impl
Methods in org.joda.beans.impl that return PropertyStyle Modifier and Type Method Description PropertyStyleStandaloneMetaProperty. style() -
Uses of PropertyStyle in org.joda.beans.impl.direct
Methods in org.joda.beans.impl.direct that return PropertyStyle Modifier and Type Method Description PropertyStyleDirectMetaProperty. style()
-