|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlaceHolderDesc | |
---|---|
de.smartics.exceptions.report.message | Provides placeholders for messages. |
Uses of PlaceHolderDesc in de.smartics.exceptions.report.message |
---|
Methods in de.smartics.exceptions.report.message that return PlaceHolderDesc | |
---|---|
PlaceHolderDesc |
PlaceHolderInfo.getPlaceHolderDesc(PlaceHolderDescId id) Returns the place holder description identifier by the given id . |
PlaceHolderDesc |
PlaceHolderInfo.getPlaceHolderDescOrDefault(PlaceHolderDescId id) Returns the place holder description identifier by the given id or the default if no explicit value is given. |
Methods in de.smartics.exceptions.report.message that return types with arguments of type PlaceHolderDesc | |
---|---|
List<PlaceHolderDesc> |
PlaceHolderInfo.getPlaceHolderDescs(MessageType messageType) Returns an iteration over the place holder descriptions in their natural order. |
Methods in de.smartics.exceptions.report.message with parameters of type PlaceHolderDesc | |
---|---|
int |
PlaceHolderDesc.compareTo(PlaceHolderDesc o) |
void |
PlaceHolderInfo.putPlaceHolderDesc(PlaceHolderDesc desc) Sets the description with its identifier to the map of place holder descriptions. |
Constructors in de.smartics.exceptions.report.message with parameters of type PlaceHolderDesc | |
---|---|
PlaceHolderDesc(PlaceHolderDesc desc, MessageType messageType) Copy constructor with a new message type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |