Class Prop

  • Direct Known Subclasses:
    AttributeProp, ElementProp, LeafElementProp, ValueProp

    public abstract class Prop
    extends java.lang.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

      Constructors 
      Constructor Description
      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()