public class XmlDecl extends Object
Constructor and Description |
---|
XmlDecl(String name,
String xmlPath) |
XmlDecl(String name,
XmlType type,
String xmlPath) |
XmlDecl(String name,
XmlType type,
String xmlPath,
boolean isMultiple) |
XmlDecl(String name,
XmlType type,
String xmlPath,
XmlDecl[] decls,
boolean isMultiple) |
XmlDecl(XmlType type,
String xmlPath) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getClassType() |
String |
getName()
Get Java field name
|
XmlDecl[] |
getSubXml() |
int |
getSubXmlSize() |
XmlType |
getType() |
String |
getXmlPath() |
boolean |
isCompatible(XmlDecl xmlDecl)
Check if two XmlDecl are compatible
|
boolean |
isMultiple() |
boolean |
isSubXml() |
String |
toString() |
public final String getName()
public final Class<?> getClassType()
public final XmlType getType()
public final String getXmlPath()
public final boolean isSubXml()
public final XmlDecl[] getSubXml()
public final int getSubXmlSize()
public final boolean isMultiple()
public final boolean isCompatible(XmlDecl xmlDecl)
xmlDecl
- Copyright © 2009–2022 Waarp. All rights reserved.