| 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.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyStyle |
MetaProperty.style()
Gets the style of the property, such as read-only, read-write or write-only.
|
static PropertyStyle |
PropertyStyle.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.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyStyle |
StandaloneMetaProperty.style() |
| Modifier and Type | Method and Description |
|---|---|
PropertyStyle |
DirectMetaProperty.style() |
Copyright © 2007–2017 Joda.org. All rights reserved.