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