|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdsto.dfc.databeans.io.XmlIO
public final class XmlIO
XML input/output support.
Method Summary | |
---|---|
static void |
addTypeAlias(String alias,
Class type)
|
static void |
addTypeAlias(String alias,
String type)
Add a global type alias. |
static Map |
getAliasToType()
Get a map that maps aliases to their type names. |
static String |
getType(String classType)
|
static Map |
getTypeToAlias()
Get a map that maps type names to their aliases. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void addTypeAlias(String alias, Class type)
addTypeAlias(String,String)
public static void addTypeAlias(String alias, String type)
alias
- The type alias.type
- The type for the alias.getAliasToType()
,
getTypeToAlias()
public static String getType(String classType)
public static Map getTypeToAlias()
addTypeAlias(String, String)
public static Map getAliasToType()
addTypeAlias(String, String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |