Uses of Enum Class
nablarch.core.message.MessageLevel
Packages that use MessageLevel
-
Uses of MessageLevel in nablarch.core.message
Methods in nablarch.core.message that return MessageLevelModifier and TypeMethodDescriptionMessage.getLevel()
メッセージの通知レベルを取得する。static MessageLevel
Returns the enum constant of this class with the specified name.static MessageLevel[]
MessageLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in nablarch.core.message with parameters of type MessageLevelModifier and TypeMethodDescriptionstatic Message
MessageUtil.createMessage
(MessageLevel level, String messageId, Object... options) メッセージを生成する。 テンプレート文字列が以下であるときの例を示す。
「errors.maxLength={0}は{1}文字以下で入力してください。」
例:Constructors in nablarch.core.message with parameters of type MessageLevelModifierConstructorDescriptionMessage
(MessageLevel level, StringResource stringResource) メッセージの通知レベル、文字列リソースを指定して、インスタンスを生成する。Message
(MessageLevel level, StringResource stringResource, Object[] option) メッセージの通知レベル、文字列リソース、オプションパラメータを指定して、インスタンスを生成する。