net.jangaroo.exml.model
Class ConfigAttribute

java.lang.Object
  extended by net.jangaroo.exml.model.DescriptionHolder
      extended by net.jangaroo.exml.model.TypedField
          extended by net.jangaroo.exml.model.ConfigAttribute

public final class ConfigAttribute
extends TypedField

A meta model of an Ext JS component configuration attribute.


Constructor Summary
ConfigAttribute(String name, String type, String description)
           
 
Method Summary
 String getXsType()
          The type used by xsd generation
 boolean isObject()
           
 boolean isSequence()
           
 boolean isSimple()
           
 String toString()
           
 
Methods inherited from class net.jangaroo.exml.model.TypedField
equals, getName, getType, hashCode
 
Methods inherited from class net.jangaroo.exml.model.DescriptionHolder
getDescription, getEscapedDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigAttribute

public ConfigAttribute(String name,
                       String type,
                       String description)
Method Detail

getXsType

public String getXsType()
The type used by xsd generation

Returns:
the xs type

isSimple

public boolean isSimple()

isSequence

public boolean isSequence()

isObject

public boolean isObject()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.