public class AnnotationTypeEnumerationLoader extends java.lang.Object implements DataLoader<AnnotationType>
AnnotationType.getValues()
Constructor and Description |
---|
AnnotationTypeEnumerationLoader() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getData(DbControl dc,
ExportedProperty exportedProperty,
AnnotationType item)
Get the value for the specified property.
|
public java.lang.Object getData(DbControl dc, ExportedProperty exportedProperty, AnnotationType item) throws java.lang.Exception
DataLoader
getData
in interface DataLoader<AnnotationType>
exportedProperty
- The property to get the value foritem
- The item that holds the valuejava.lang.Exception
- If failing to get the data.