Class MergepointConfigurationTags
java.lang.Object
org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
The element and attribute names for mergepoint configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAttribute name for the "acceptEmpty" attribute of the "action" tag.static final StringAttribute name for the "acceptNotSet" attribute of the "action" tag.static final StringAttribute name for the "attribute" attribute of the "action" tag.static final StringAttribute name for the "element" attribute of the "action" tag.static final StringAttribute name for the "option" attribute of the "action" tag.static final StringAttribute name for the "outlet" attribute of the "action" tag.static final StringTag name for the "action" tag.static final StringAttribute name for the "type" attribute of the "action" tag.static final StringAttribute name for the "value" attribute of the "action" tag.static final StringAttribute name for the "name" attribute of the "mergepoint" tag.static final StringTag name for the "mergepoint" tag. -
Method Summary
-
Field Details
-
MERGEPOINT_TAG
Tag name for the "mergepoint" tag.- See Also:
-
MERGEPOINT_NAME_ATTRIBUTE
Attribute name for the "name" attribute of the "mergepoint" tag.- See Also:
-
ACTION_TAG
Tag name for the "action" tag.- See Also:
-
ACTION_TYPE_ATTRIBUTE
Attribute name for the "type" attribute of the "action" tag.- See Also:
-
ACTION_OUTLET_ATTRIBUTE
Attribute name for the "outlet" attribute of the "action" tag.- See Also:
-
ACTION_ATTRIBUTE_ATTRIBUTE
Attribute name for the "attribute" attribute of the "action" tag.- See Also:
-
ACTION_ELEMENT_ATTRIBUTE
Attribute name for the "element" attribute of the "action" tag.- See Also:
-
ACTION_ACCEPT_EMPTY_ATTRIBUTE
Attribute name for the "acceptEmpty" attribute of the "action" tag.- See Also:
-
ACTION_ACCEPT_NOT_SET_ATTRIBUTE
Attribute name for the "acceptNotSet" attribute of the "action" tag.- See Also:
-
ACTION_OPTION_ATTRIBUTE
Attribute name for the "option" attribute of the "action" tag.- See Also:
-
ACTION_VALUE_ATTRIBUTE
Attribute name for the "value" attribute of the "action" tag.- See Also:
-