public class ElementMapping extends Object implements Comparable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object obj) |
AttributeMapping |
getAttribute(String attributeName) |
Set |
getAttributes() |
String |
getClassName() |
List |
getConstructors() |
String |
getContentProperty() |
String |
getDescription() |
String |
getDestroyMethod() |
String |
getElementName() |
String |
getFactoryMethod() |
Map |
getFlatCollections() |
List |
getFlatProperties() |
String |
getInitMethod() |
HashSet |
getInterfaces() |
MapMapping |
getMapMapping(String name) |
Map |
getMapMappings() |
String |
getNamespace() |
List |
getSuperClasses() |
int |
hashCode() |
boolean |
isRootElement() |
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)
public String getNamespace()
public String getElementName()
public String getClassName()
public String getDescription()
public boolean isRootElement()
public String getInitMethod()
public String getDestroyMethod()
public String getFactoryMethod()
public String getContentProperty()
public Set getAttributes()
public AttributeMapping getAttribute(String attributeName)
public Map getMapMappings()
public MapMapping getMapMapping(String name)
public Map getFlatCollections()
public List getFlatProperties()
public List getConstructors()
public int compareTo(Object obj)
compareTo in interface Comparablepublic HashSet getInterfaces()
public List getSuperClasses()
Copyright © 2005–2023 The Apache Software Foundation. All rights reserved.