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 Details

  • Method Details

    • 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()