Uses of Class
org.joda.beans.ReadWriteProperty

Uses of ReadWriteProperty in org.joda.beans
 

Methods in org.joda.beans that return ReadWriteProperty
 ReadWriteProperty StandardMetaProperty.readWrite()
           
 ReadWriteProperty MetaProperty.readWrite()
          Gets whether the property is read-only, read-write or write-only.
 ReadWriteProperty MapMetaProperty.readWrite()
          Gets whether the property is read-write, read-only or write-only.
static ReadWriteProperty ReadWriteProperty.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReadWriteProperty[] ReadWriteProperty.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2010 Joda.org. All Rights Reserved.