Package org.esa.snap.core.gpf.descriptor
Class AnnotationOperatorDescriptorBody
- java.lang.Object
-
- org.esa.snap.core.gpf.descriptor.AnnotationOperatorDescriptorBody
-
public class AnnotationOperatorDescriptorBody extends Object
Implementation helper class. Scans an operator class for field annotations and returns their information as various descriptors.- Since:
- BEAM 5
-
-
Constructor Summary
Constructors Constructor Description AnnotationOperatorDescriptorBody(Class<? extends Operator> operatorClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Operator>
getOperatorClass()
ParameterDescriptor[]
getParameterDescriptors()
SourceProductDescriptor[]
getSourceProductDescriptors()
SourceProductsDescriptor
getSourceProductsDescriptor()
TargetProductDescriptor
getTargetProductDescriptor()
TargetPropertyDescriptor[]
getTargetPropertyDescriptors()
-
-
-
Method Detail
-
getSourceProductDescriptors
public SourceProductDescriptor[] getSourceProductDescriptors()
-
getSourceProductsDescriptor
public SourceProductsDescriptor getSourceProductsDescriptor()
-
getTargetProductDescriptor
public TargetProductDescriptor getTargetProductDescriptor()
-
getTargetPropertyDescriptors
public TargetPropertyDescriptor[] getTargetPropertyDescriptors()
-
getParameterDescriptors
public ParameterDescriptor[] getParameterDescriptors()
-
-