Package com.sun.tools.txw2.model.prop
Class Prop
- java.lang.Object
-
- com.sun.tools.txw2.model.prop.Prop
-
- Direct Known Subclasses:
AttributeProp
,ElementProp
,LeafElementProp
,ValueProp
public abstract class Prop extends Object
Immutable object that captures the characterstic of the generated writer method.Instances of this class implement
Object.equals(Object)
andObject.hashCode()
. By using these we avoid generating the same method twice.- Author:
- Kohsuke Kawaguchi