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

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

public final class ElementProp
extends Prop

Property generated from elements.

Author:
Kohsuke Kawaguchi

Constructor Summary
ElementProp(QName name, com.sun.codemodel.JType valueType)
           
 
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

ElementProp

public ElementProp(QName name,
                   com.sun.codemodel.JType valueType)
Method Detail

equals

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

hashCode

public final int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 Oracle. All Rights Reserved.