org.hudsonci.jaxb
Class ClassOutlineHelper
java.lang.Object
org.hudsonci.jaxb.ClassOutlineHelper
public class ClassOutlineHelper
- extends Object
Stateful helper for ClassOutline operations.
- Since:
- 2.1.0
- Author:
- Jamie Whitehouse
|
Method Summary |
com.sun.codemodel.JMethod |
findAccessor(com.sun.tools.xjc.outline.FieldOutline field)
Finds 'get' and 'is' accessor methods for the specified field. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassOutlineHelper
public ClassOutlineHelper(com.sun.tools.xjc.outline.ClassOutline outline)
- Parameters:
outline - the ClassOutline to perform operations on
findAccessor
public com.sun.codemodel.JMethod findAccessor(com.sun.tools.xjc.outline.FieldOutline field)
- Finds 'get' and 'is' accessor methods for the specified field.
- Returns:
- the accessor method matching the field or null if none
Copyright © 2004-2011 Hudson. All Rights Reserved.