Class ElementMapping
java.lang.Object
org.apache.xbean.spring.generator.ElementMapping
- All Implemented Interfaces:
Comparable
- Since:
- 1.0
- Version:
- $Id$
- Author:
- Dain Sundstrom
-
Constructor Summary
ConstructorsConstructorDescriptionElementMapping
(String namespace, String elementName, String className, String description, boolean rootElement, String initMethod, String destroyMethod, String factoryMethod, String contentProperty, Set attributes, List constructors, List flatProperties, Map maps, Map flatCollections, List superClasses, HashSet interfaces) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getAttribute
(String attributeName) getMapMapping
(String name) int
hashCode()
boolean
-
Constructor Details
-
ElementMapping
public ElementMapping(String namespace, String elementName, String className, String description, boolean rootElement, String initMethod, String destroyMethod, String factoryMethod, String contentProperty, Set attributes, List constructors, List flatProperties, Map maps, Map flatCollections, List superClasses, HashSet interfaces)
-
-
Method Details
-
getNamespace
-
getElementName
-
getClassName
-
getDescription
-
isRootElement
public boolean isRootElement() -
getInitMethod
-
getDestroyMethod
-
getFactoryMethod
-
getContentProperty
-
getAttributes
-
getAttribute
-
getMapMappings
-
getMapMapping
-
getFlatCollections
-
getFlatProperties
-
getConstructors
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
getInterfaces
-
getSuperClasses
-