net.jangaroo.exml.model
Class Constant

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

public class Constant
extends DescriptionHolder


Constructor Summary
Constant(String name, String value)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 String getValue()
           
 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

Constant

public Constant(String name,
                String value)
Method Detail

getValue

public String getValue()

getName

public String getName()

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.