|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.report.message.PlaceHolderDesc
public final class PlaceHolderDesc
Information about a place holder.
Constructor Summary | |
---|---|
PlaceHolderDesc(PlaceHolderDescId placeHolderId, String paramName, String ognlPath, String description) Default constructor. |
|
PlaceHolderDesc(PlaceHolderDesc desc, MessageType messageType) Copy constructor with a new message type. |
Method Summary | |
---|---|
int |
compareTo(PlaceHolderDesc o) |
String |
getDescription() Returns the description of the place holder. |
String |
getOgnlPath() Returns the path to the value that substitutes the place holder. |
String |
getParamName() Returns the descriptive name of the place holder. |
PlaceHolderDescId |
getPlaceHolderId() Returns the ID of the place holder. |
String |
getPlaceHolderIndex() Returns the index of the place holder within a message of the given message type. |
MessageType |
getPlaceHolderMessageType() Returns the type of the indexed message. |
String |
toString() Returns the string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PlaceHolderDesc(PlaceHolderDesc desc, MessageType messageType)
desc
- the description to copy except its message type.
messageType
- the new message type.
public PlaceHolderDesc(PlaceHolderDescId placeHolderId, String paramName, String ognlPath, String description)
placeHolderId
- the ID of the place holder.
paramName
- the descriptive name of the place holder.
ognlPath
- the path to the value that substitutes the place holder.
description
- the description of the place holder.
Method Detail |
---|
public PlaceHolderDescId getPlaceHolderId()
public String getPlaceHolderIndex()
public MessageType getPlaceHolderMessageType()
public String getParamName()
public String getOgnlPath()
public String getDescription()
public int compareTo(PlaceHolderDesc o)
compareTo
in interface
Comparable<PlaceHolderDesc>
public String toString()
toString
in class
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |