Package | Description |
---|---|
org.joda.beans |
Base interfaces and annotations defining Joda-Beans.
|
org.joda.beans.impl.direct |
Implementation of Joda-Beans designed for extension by the code generator.
|
org.joda.beans.impl.reflection |
Implementation of Joda-Beans using reflection.
|
Modifier and Type | Method and Description |
---|---|
PropertyReadWrite |
MetaProperty.readWrite()
Gets whether the property is read-only, read-write or write-only.
|
static PropertyReadWrite |
PropertyReadWrite.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyReadWrite[] |
PropertyReadWrite.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PropertyReadWrite |
DirectMetaProperty.readWrite() |
Modifier and Type | Method and Description |
---|---|
PropertyReadWrite |
ReflectiveMetaProperty.readWrite() |
Copyright © 2007–2013 Joda.org. All rights reserved.