org.apache.beehive.netui.compiler.model.validation
Class ValidatorRule.MessageArg

Object
  extended by ValidatorRule.MessageArg
Enclosing class:
ValidatorRule

public static class ValidatorRule.MessageArg
extends Object


Constructor Summary
ValidatorRule.MessageArg(String message, boolean isKey, String bundle, Integer position)
           
 
Method Summary
 String getBundle()
           
 String getMessage()
           
 Integer getPosition()
           
 boolean isKey()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatorRule.MessageArg

public ValidatorRule.MessageArg(String message,
                                boolean isKey,
                                String bundle,
                                Integer position)
Method Detail

getMessage

public String getMessage()

isKey

public boolean isKey()

getBundle

public String getBundle()

getPosition

public Integer getPosition()