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
Immutable object that captures the characterstic
of the generated writer method.
Instances of this class implement Object.equals(Object)
and Object.hashCode()
. By using these we avoid generating
the same method twice.
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Prop
public Prop()
-