net.jangaroo.exml.model
Class TypedField

java.lang.Object
  extended by net.jangaroo.exml.model.DescriptionHolder
      extended by net.jangaroo.exml.model.TypedField
Direct Known Subclasses:
ConfigAttribute, Declaration

public abstract class TypedField
extends DescriptionHolder

A typed field of the EXML class, either a config attribute or a constant.


Constructor Summary
protected TypedField(String name, String type)
           
protected TypedField(String name, String type, String description)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 String getType()
           
 int 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, toString, wait, wait, wait
 

Constructor Detail

TypedField

protected TypedField(String name,
                     String type)

TypedField

protected TypedField(String name,
                     String type,
                     String description)
Method Detail

getName

public String getName()

getType

public String getType()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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