Class ModelTagListener.ModelDataConstructor
java.lang.Object
de.hybris.bootstrap.typesystem.xml.ModelTagListener.ModelDataConstructor
- Enclosing class:
- ModelTagListener
A single parsed model constructor signature and the location where this was parsed.
-
Constructor Summary
ConstructorsConstructorDescriptionModelDataConstructor(String locationOfDefinition, List<String> qualifiers, boolean sorted) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ModelDataConstructor
-
-
Method Details
-
getQualifiers
- Returns:
- the (already splitted) attribute qualifier
-
getLocationOfDefinition
- Returns:
- the location information of the definition of the constructor signature
-