public interface ClassificationMeta
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
classificationName()
Get classification name of this meta.
|
Classification |
codeOf(Object code)
Get classification by the code.
|
ClassificationCodeType |
codeType()
Get the code type of the classification. e.g.
|
List<Classification> |
groupOf(String groupName)
Get the list of group classification elements.
|
List<Classification> |
listAll()
Get the list of all classification elements.
|
Classification |
nameOf(String name)
Get classification by the name.
|
ClassificationUndefinedHandlingType |
undefinedHandlingType()
Get the handling type of undefined classification code.
|
String classificationName()
Classification codeOf(Object code)
code - The value of code, which is case-insensitive. (NullAllowed: if null, returns null)Classification nameOf(String name)
name - The string of name, which is case-sensitive. (NullAllowed: if null, returns null)List<Classification> listAll()
List<Classification> groupOf(String groupName)
groupName - The string of group name, which is case-sensitive. (NullAllowed: if null, returns empty list)ClassificationCodeType codeType()
ClassificationUndefinedHandlingType undefinedHandlingType()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.