Package de.ubs.xdm3.model
Class AttributeGeneratorDefinition
java.lang.Object
de.ubs.xdm3.model.AttributeGeneratorDefinition
- All Implemented Interfaces:
ObjectDefinition
Model class for an attribute generator.
This is the description of the user configured generator.
It will be used in the process of the AttributeGeneratorProcessor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the simple wrapper class name for the attribute generator.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.ubs.xdm3.model.ObjectDefinition
getCode, getDisplayName, getLibraryFiles, getParameters
-
Constructor Details
-
AttributeGeneratorDefinition
public AttributeGeneratorDefinition()
-
-
Method Details
-
getWrapperClassName
Gets the simple wrapper class name for the attribute generator.- Specified by:
getWrapperClassNamein interfaceObjectDefinition- Returns:
- the wrapper class name.
-