net.jangaroo.exml.model
Class ConfigAttribute
java.lang.Object
net.jangaroo.exml.model.DescriptionHolder
net.jangaroo.exml.model.ConfigAttribute
public final class ConfigAttribute
- extends DescriptionHolder
A meta model of an Ext JS component configuration attribute.
ConfigAttribute
public ConfigAttribute(String name,
String type,
String description)
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.