Class DslRawBody
- java.lang.Object
-
- io.vertigo.studio.plugins.source.vertigo.loaders.kpr.raw.DslRawBody
-
public final class DslRawBody extends Object
Model of Definition from KSP.- Author:
- npiedeloup
-
-
Constructor Summary
Constructors Constructor Description DslRawBody(List<DslRawEntry> rawEntries, List<DslPropertyEntry> propertyEntries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DslPropertyEntry>
getPropertyEntries()
List<DslRawEntry>
getRawEntries()
-
-
-
Constructor Detail
-
DslRawBody
public DslRawBody(List<DslRawEntry> rawEntries, List<DslPropertyEntry> propertyEntries)
- Parameters:
rawEntries
-propertyEntries
-
-
-
Method Detail
-
getPropertyEntries
public List<DslPropertyEntry> getPropertyEntries()
- Returns:
- List of properties
-
getRawEntries
public List<DslRawEntry> getRawEntries()
- Returns:
- List of Definition
-
-