org.codehaus.enunciate.modules.xml
Class SchemaInfoModel

java.lang.Object
  extended by freemarker.ext.beans.BeanModel
      extended by freemarker.ext.beans.StringModel
          extended by org.codehaus.enunciate.modules.xml.SchemaInfoModel
All Implemented Interfaces:
freemarker.ext.util.WrapperTemplateModel, freemarker.template.AdapterTemplateModel, freemarker.template.TemplateHashModel, freemarker.template.TemplateHashModelEx, freemarker.template.TemplateModel, freemarker.template.TemplateScalarModel

public class SchemaInfoModel
extends freemarker.ext.beans.StringModel

The model for a SchemaInfo, taking into account the custom properties set by the configuration for the xml module.

Author:
Ryan Heaton

Field Summary
 
Fields inherited from class freemarker.ext.beans.BeanModel
object, wrapper
 
Fields inherited from interface freemarker.template.TemplateScalarModel
EMPTY_STRING
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Constructor Summary
SchemaInfoModel(SchemaInfo schemaInfo, freemarker.ext.beans.BeansWrapper wrapper)
           
 
Method Summary
 freemarker.template.TemplateModel get(java.lang.String key)
           
 
Methods inherited from class freemarker.ext.beans.StringModel
getAsString
 
Methods inherited from class freemarker.ext.beans.BeanModel
getAdaptedObject, getWrappedObject, hasPlainGetMethod, invokeGenericGet, isEmpty, keys, keySet, size, toString, unwrap, values, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaInfoModel

public SchemaInfoModel(SchemaInfo schemaInfo,
                       freemarker.ext.beans.BeansWrapper wrapper)
Method Detail

get

public freemarker.template.TemplateModel get(java.lang.String key)
                                      throws freemarker.template.TemplateModelException
Specified by:
get in interface freemarker.template.TemplateHashModel
Overrides:
get in class freemarker.ext.beans.BeanModel
Throws:
freemarker.template.TemplateModelException