net.jangaroo.exml.model
Class ConfigAttribute

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

public final class ConfigAttribute
extends DescriptionHolder

A meta model of an Ext JS component configuration attribute.


Constructor Summary
ConfigAttribute(String name, String type, String description)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 String getType()
           
 String getXsType()
          The type used by xsd generation
 int hashCode()
           
 boolean isObject()
           
 boolean isSequence()
           
 boolean isSimple()
           
 String toString()
           
 
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

getName

public String getName()

getType

public String getType()

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

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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