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)
and Object.hashCode()
. By using these we avoid generating
the same method twice.
- Author:
- Kohsuke Kawaguchi
Constructor Summary |
Prop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Prop
public Prop()
Copyright © 2013 Oracle. All Rights Reserved.