| 
 | Joda System API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ModelElement | |
| org.joda.property | Joda property based domain model | 
| org.joda.property.impl | |
| org.joda.property.impl.collection | |
| org.joda.property.impl.link | |
| org.joda.property.impl.type | |
| org.joda.property.path | |
| org.joda.property.type | |
| org.joda.property.xml | |
| org.joda.property.xml.impl | |
| Uses of ModelElement in org.joda.property | 
| Subinterfaces of ModelElement in org.joda.property | |
|  interface | BeanBean is the interface used to mark a class as a JavaBean. | 
| static interface | Bean.InternalInterface used during the cloning process. | 
|  interface | PropertyProperty defines the concept of a property on a Bean. | 
| static interface | Property.InternalInterface used during the cloning process. | 
| Methods in org.joda.property that return ModelElement | |
|  ModelElement | ModelAttribute.getParent()Get the model element the attribute belongs to | 
| Uses of ModelElement in org.joda.property.impl | 
| Classes in org.joda.property.impl that implement ModelElement | |
|  class | AbstractBeanAbstractBean should be extended by classes in the application domain model. | 
|  class | AbstractModelElementAbstract ModelElement provides the implementation of the attributes common to Beans and Properties | 
|  class | AbstractPropertyStandard implementation of the basic read only property. | 
|  class | AbstractProxyBeanStandard implementation of a Bean. | 
|  class | ProxyBeanProxy invocation handler which implements a standard Bean subinterface dynamically. | 
| Uses of ModelElement in org.joda.property.impl.collection | 
| Classes in org.joda.property.impl.collection that implement ModelElement | |
|  class | AbstractListPropertyStandard implementation of a list. | 
|  class | AbstractMapPropertyStandard implementation of a map. | 
|  class | DefaultDataListPropertyStandard implementation of a list of objects. | 
|  class | DefaultDataMapPropertyStandard implementation of a map of objects. | 
| Uses of ModelElement in org.joda.property.impl.link | 
| Classes in org.joda.property.impl.link that implement ModelElement | |
|  class | DefaultLinkListPropertyStandard link list view implementation which links one Bean to a list of other Beans. | 
|  class | DefaultLinkMapPropertyStandard implementation of a map of beans. | 
|  class | DefaultLinkPropertyStandard link view implementation which links one Bean to another. | 
| Uses of ModelElement in org.joda.property.impl.type | 
| Classes in org.joda.property.impl.type that implement ModelElement | |
|  class | AbstractBooleanicPropertyDefault implementation of a Booleanic property. | 
|  class | AbstractDateTimePropertyAbstract class useful for Date and Time property implementations. | 
|  class | AbstractDoublePropertyAbstract implementation of a Double property. | 
|  class | AbstractIntegerPropertyAbstract implementation of an Integer property. | 
|  class | AbstractLongPropertyAbstract implementation of a Long property. | 
|  class | AbstractNumericPropertyAbstract class useful for Numeric property implementations. | 
|  class | DefaultBooleanPrimitivePropertyDefault implementation of a boolean property. | 
|  class | DefaultBooleanPropertyDefault implementation of a Boolean property. | 
|  class | DefaultClassPropertyDefault implementation of a Class property. | 
|  class | DefaultDatePropertyStandard implementation of a Date property. | 
|  class | DefaultDateTimePropertyStandard implementation of a DateTime read/write property. | 
|  class | DefaultDecimalPropertyDefault implementation of a Decimal property. | 
|  class | DefaultDoublePrimitivePropertyDefault implementation of a double property. | 
|  class | DefaultDoublePropertyDefault implementation of a Double property. | 
|  class | DefaultIntegerPrimitivePropertyDefault implementation of a primitive int property. | 
|  class | DefaultIntegerPropertyDefault implementation of an Integer property. | 
|  class | DefaultLocalePropertyDefault implementation of a Locale property. | 
|  class | DefaultLongPrimitivePropertyDefault implementation of a primitive long property. | 
|  class | DefaultLongPropertyDefault implementation of a Long property. | 
|  class | DefaultObjectPropertyDefault implementation of a non-typed immutable property. | 
|  class | DefaultStringPropertyDefault implementation of a String property. | 
|  class | DefaultTimePropertyStandard implementation of a Time property. | 
| Uses of ModelElement in org.joda.property.path | 
| Fields in org.joda.property.path declared as ModelElement | |
| protected  ModelElement | DocumentNavigator.NavElement.object | 
| Methods in org.joda.property.path that return ModelElement | |
|  ModelElement | DocumentNavigator.NavAttribute.getParent() | 
| Uses of ModelElement in org.joda.property.type | 
| Subinterfaces of ModelElement in org.joda.property.type | |
|  interface | BooleanicPropertyBooleanicProperty holds the same position as NumericProperty for numbers. | 
|  interface | BooleanPrimitivePropertyBooleanProperty represents boolean properties that can be true or false and never null. | 
|  interface | BooleanPropertyBooleanProperty represents Boolean properties that can be true, false or null. | 
|  interface | ClassPropertyInterface for Class properties. | 
|  interface | CollectionPropertyA CollectionProperty is a property which can holds a collection of some kind (list or set). | 
|  interface | DataListPropertyInterface for a typed updateable list of objects. | 
|  interface | DataMapPropertyInterface for a typed updateable map of objects. | 
|  interface | DataPropertyA DataProperty is a property which can express all of its data in a single formalised String. | 
|  interface | DatePropertyInterface for Date properties, based on ISO8601 date definitions. | 
|  interface | DateTimePropertyInterface for DateTime properties, based on ISO8601 date/time definitions. | 
|  interface | DecimalPropertyInterface for Decimal (BigDecimal) properties. | 
|  interface | DoublePrimitivePropertyInterface for primitive double properties. | 
|  interface | DoublePropertyInterface for Double properties. | 
|  interface | InstantPropertyInterface representing an instant in the datetime continuum as a property. | 
|  interface | IntegerPrimitivePropertyInterface for primitive int properties. | 
|  interface | IntegerPropertyInterface for Integer properties. | 
|  interface | LinkingPropertyA LinkingProperty is a property which represents a link between one bean and some other beans. | 
|  interface | LinkListPropertyInterface for an updateable list of Beans. | 
|  interface | LinkMapPropertyInterface for a typed updateable map of beans. | 
|  interface | LinkPropertyInterface for a LinkProperty that expresses a link between one Bean and another. | 
|  interface | ListPropertyA ListProperty is a property which can holds a list. | 
|  interface | LocalePropertyInterface for Boolean properties. | 
|  interface | LongPrimitivePropertyInterface for long properties. | 
|  interface | LongPropertyInterface for Long properties. | 
|  interface | MapPropertyInterface for a typed updateable map of objects. | 
|  interface | NumericPropertyInterface for Numeric properties. | 
|  interface | ObjectPropertyInterface for property types which are not provided by Joda but are immutable. | 
|  interface | StringPropertyInterface for String properties. | 
|  interface | TimePropertyInterface for Time properties, based on ISO8601 time definitions. | 
| Uses of ModelElement in org.joda.property.xml | 
| Methods in org.joda.property.xml with parameters of type ModelElement | |
|  void | XMLConvertorManager.filterInputXMLDataOnEndTag(XMLConvertorContext context,
                           ModelElement modelElement,
                           XMLData data)Filter the XMLData on input using end tags | 
|  void | ElementNameXMLFilter.filterInputXMLDataOnEndTag(XMLConvertorContext context,
                           ModelElement element,
                           XMLData data)Filter the XMLData representation of an object on input when the end tag is reached. | 
|  void | XMLFilter.filterInputXMLDataOnEndTag(XMLConvertorContext context,
                           ModelElement element,
                           XMLData data)Filter the XMLData representation of an object on input when the end tag is reached. | 
| Uses of ModelElement in org.joda.property.xml.impl | 
| Methods in org.joda.property.xml.impl with parameters of type ModelElement | |
| protected  void | AbstractPropertyXMLConvertor.addAttributes(XMLData data,
              ModelElement el)Add attributes to the child XML data object | 
| protected  void | AbstractPropertyXMLConvertor.addAttributesToParentXMLData(XMLData data,
                             java.lang.String childName,
                             ModelElement el)Add attributes to the parent XML data object using the prefix of the child name | 
| 
 | Joda System API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||