org.esa.beam.framework.gpf.doclet
Class FieldDesc

java.lang.Object
  extended by org.esa.beam.framework.gpf.doclet.FieldDesc
All Implemented Interfaces:
ElementDesc
Direct Known Subclasses:
ParameterDesc, SourceProductDesc, SourceProductsDesc, TargetProductDesc

public abstract class FieldDesc
extends Object
implements ElementDesc


Method Summary
 Field getField()
           
 com.sun.javadoc.FieldDoc getFieldDoc()
           
 String getLongDescription()
           
 String getName()
           
 Class<?> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.esa.beam.framework.gpf.doclet.ElementDesc
getShortDescription
 

Method Detail

getName

public String getName()
Specified by:
getName in interface ElementDesc

getType

public Class<?> getType()

getField

public Field getField()

getFieldDoc

public com.sun.javadoc.FieldDoc getFieldDoc()

getLongDescription

public String getLongDescription()
Specified by:
getLongDescription in interface ElementDesc


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.