net.sf.jmd.metarepresentation.impl
Class Variable

java.lang.Object
  extended by net.sf.jmd.metarepresentation.impl.Member
      extended by net.sf.jmd.metarepresentation.impl.Variable
All Implemented Interfaces:
IMember, IModelElement, IVariable

public class Variable
extends Member
implements IModelElement, IVariable


Field Summary
 
Fields inherited from class net.sf.jmd.metarepresentation.impl.Member
modifiers, name, namespace, type
 
Constructor Summary
Variable()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getValue()
           
 int hashCode()
           
 void setValue(java.lang.String newValue)
           
 java.lang.String toString()
           
 
Methods inherited from class net.sf.jmd.metarepresentation.impl.Member
addModifier, getIdentifier, getModifiers, getName, getNamespace, getType, setModifiers, setName, setNamespace, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.jmd.metarepresentation.IModelElement
getIdentifier
 
Methods inherited from interface net.sf.jmd.metarepresentation.IMember
addModifier, getIdentifier, getModifiers, getName, getNamespace, getType, setModifiers, setName, setNamespace, setType
 

Constructor Detail

Variable

public Variable()
Method Detail

getValue

public java.lang.String getValue()
Specified by:
getValue in interface IVariable

setValue

public void setValue(java.lang.String newValue)
Specified by:
setValue in interface IVariable

equals

public boolean equals(java.lang.Object other)
Specified by:
equals in interface IMember
Specified by:
equals in interface IVariable
Overrides:
equals in class Member

hashCode

public int hashCode()
Overrides:
hashCode in class Member

toString

public java.lang.String toString()
Specified by:
toString in interface IVariable
Overrides:
toString in class java.lang.Object


Copyright © 2007-2010. All Rights Reserved.