public interface DtoConfig
| Modifier and Type | Method and Description |
|---|---|
String |
getDtoClassName()
Returns the dto-class name.
|
String |
getDtoClassSimpleName()
Returns the simple dto class name.
|
String |
getDtoPackage()
Returns the package name for this dto.
|
String |
getModelClassName()
Returns the model-class name.
|
String |
getModelClassSimpleName()
Returns the simple model class name.
|
String |
getPlural()
Result is a noun which every human should recognize as plural representation for this dto/model.
|
String |
getSingular()
Result is a noun which every human should recognize as singular representation for this dto/model.
|
YComposedType |
getType()
Returns the
YComposedType. |
YComposedType getType()
YComposedType.YComposedTypeString getDtoClassName()
Class.getName() on dto class.String getDtoClassSimpleName()
Class.getSimpleName() on dto class.String getModelClassName()
Class.getName() on model class.String getModelClassSimpleName()
Class.getSimpleName() on model class.String getSingular()
String getPlural()
String getDtoPackage()
Copyright © 2017 SAP SE. All Rights Reserved.