com.sun.tools.txw2.model.prop
Class ValueProp

java.lang.Object
  extended by com.sun.tools.txw2.model.prop.Prop
      extended by com.sun.tools.txw2.model.prop.ValueProp

public class ValueProp
extends Prop

Author:
Kohsuke Kawaguchi

Constructor Summary
ValueProp(com.sun.codemodel.JType type)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueProp

public ValueProp(com.sun.codemodel.JType type)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 Oracle. All Rights Reserved.