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

java.lang.Object
  extended by 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()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Prop

public Prop()


Copyright © 2012 Oracle. All Rights Reserved.