org.apache.maven.diagrams.connectors.classes.config
Class Nodes

java.lang.Object
  extended by org.apache.maven.diagrams.connectors.classes.config.Nodes

public class Nodes
extends java.lang.Object


Constructor Summary
Nodes()
           
 
Method Summary
 java.lang.Boolean getCompressJavaBeanProperties()
          Should field,getter and optionally setter be transformed into single <<property>> scope.
 java.lang.Boolean getPropagateInheritedFields()
          Should be inherited (public and protected) fields added to the class's node.
 java.lang.Boolean getPropagateInheritedMethods()
          Should be inherited (public and protected) methods added to the class's node.
 void setCompressJavaBeanProperties(java.lang.Boolean compressJavaBeanProperties)
          Should field,getter and optionally setter be transformed into single <<property>> scope.
 void setPropagateInheritedFields(java.lang.Boolean propagateInheritedFields)
          Should be inherited (public and protected) fields added to the class's node.
 void setPropagateInheritedMethods(java.lang.Boolean propagateInheritedMethods)
          Should be inherited (public and protected) methods added to the class's node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nodes

public Nodes()
Method Detail

getCompressJavaBeanProperties

public java.lang.Boolean getCompressJavaBeanProperties()
Should field,getter and optionally setter be transformed into single <<property>> scope.


setCompressJavaBeanProperties

public void setCompressJavaBeanProperties(java.lang.Boolean compressJavaBeanProperties)
Should field,getter and optionally setter be transformed into single <<property>> scope.


getPropagateInheritedMethods

public java.lang.Boolean getPropagateInheritedMethods()
Should be inherited (public and protected) methods added to the class's node.


setPropagateInheritedMethods

public void setPropagateInheritedMethods(java.lang.Boolean propagateInheritedMethods)
Should be inherited (public and protected) methods added to the class's node.


getPropagateInheritedFields

public java.lang.Boolean getPropagateInheritedFields()
Should be inherited (public and protected) fields added to the class's node.


setPropagateInheritedFields

public void setPropagateInheritedFields(java.lang.Boolean propagateInheritedFields)
Should be inherited (public and protected) fields added to the class's node.



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.