org.apache.xbean.spring.generator
Class ElementMapping
java.lang.Object
org.apache.xbean.spring.generator.ElementMapping
- All Implemented Interfaces:
- Comparable
public class ElementMapping
- extends Object
- implements Comparable
- Since:
- 1.0
- Version:
- $Id$
- Author:
- Dain Sundstrom
Constructor Summary |
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)
|
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)
getNamespace
public String getNamespace()
getElementName
public String getElementName()
getClassName
public String getClassName()
getDescription
public String getDescription()
isRootElement
public boolean isRootElement()
getInitMethod
public String getInitMethod()
getDestroyMethod
public String getDestroyMethod()
getFactoryMethod
public String getFactoryMethod()
getContentProperty
public String getContentProperty()
getAttributes
public Set getAttributes()
getAttribute
public AttributeMapping getAttribute(String attributeName)
getMapMappings
public Map getMapMappings()
getMapMapping
public MapMapping getMapMapping(String name)
getFlatCollections
public Map getFlatCollections()
getFlatProperties
public List getFlatProperties()
getConstructors
public List getConstructors()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
compareTo
public int compareTo(Object obj)
- Specified by:
compareTo
in interface Comparable
getInterfaces
public HashSet getInterfaces()
getSuperClasses
public List getSuperClasses()
Copyright © 2005-2011. All Rights Reserved.