nl.tudelft.tbm.eeni.owl2java.model.xsd
Class XsdMapConfig

java.lang.Object
  extended by nl.tudelft.tbm.eeni.owl2java.model.xsd.XsdMapConfig

public class XsdMapConfig
extends Object


Field Summary
static Map<String,String> javaName2Method
           
static Map<String,String> xsd2javaName
          Usage / Design: - We map xsd types to java type names; - Then for each java type name the corresponding method to get the value can be derived.
 
Constructor Summary
XsdMapConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xsd2javaName

public static Map<String,String> xsd2javaName
Usage / Design: - We map xsd types to java type names; - Then for each java type name the corresponding method to get the value can be derived. This method is used to get the method name, type... from the templates.


javaName2Method

public static Map<String,String> javaName2Method
Constructor Detail

XsdMapConfig

public XsdMapConfig()


Copyright © 2011. All Rights Reserved.