JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
nablarch.core.validation.ee
Interface EnumElement.WithValue<T>
Type Parameters:
T
- 値の型
Enclosing class:
EnumElement
@Published
public static interface
EnumElement.WithValue<T>
EnumElement
で許容する列挙型の値を実装するためのインタフェース。
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
getValue
()
許容する値を取得する。
Method Detail
getValue
T
getValue()
許容する値を取得する。
Returns:
値
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method