|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.cdm.core.MessageUtils
public class MessageUtils
This class provides utility methods for composing TADDM validation messages.
Constructor Summary | |
---|---|
MessageUtils()
|
Method Summary | |
---|---|
static java.lang.String |
getSatisfiedMessage(NamingRule rule)
Return message when naming rule is satisfied. |
static java.lang.String |
getUnsatisfiedMessage(NamingRule rule)
Return message when naming rule is not satisfied. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageUtils()
Method Detail |
---|
public static java.lang.String getUnsatisfiedMessage(NamingRule rule)
rule
- the rule that is not satisfied.
public static java.lang.String getSatisfiedMessage(NamingRule rule)
rule
- the rule that is satisfied.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |