public enum DfDecoMapPieceTargetType extends Enum<DfDecoMapPieceTargetType> implements Classification
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
alias()
Get the alias, means display name, of the classification.
|
static OptionalThing<DfDecoMapPieceTargetType> |
byName(String name)
Find the classification by the name.
|
String |
code()
Get the code of the classification.
|
static DfDecoMapPieceTargetType |
codeOf(Object code)
非推奨です。
use of()
|
static List<DfDecoMapPieceTargetType> |
groupOf(String groupName)
Get the list of classification elements in the specified group.
|
boolean |
inGroup(String groupName)
Is the classification in the group?
|
static List<DfDecoMapPieceTargetType> |
listAll()
Get the list of all classification elements.
|
static List<DfDecoMapPieceTargetType> |
listByGroup(String groupName)
Get the list of classification elements in the specified group.
|
static List<DfDecoMapPieceTargetType> |
listOf(Collection<String> codeList)
Get the list of classification elements corresponding to the specified codes.
|
ClassificationMeta |
meta()
Get the meta of the classification.
|
static DfDecoMapPieceTargetType |
nameOf(String name)
Old style so use byName(name).
|
static OptionalThing<DfDecoMapPieceTargetType> |
of(Object code)
Get the classification of the code.
|
Set<String> |
sisterSet()
Get the set of sisters (alternate codes) for the classification.
|
Map<String,Object> |
subItemMap()
Get the map of sub items that are your original attributes.
|
String |
toString() |
static DfDecoMapPieceTargetType |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static DfDecoMapPieceTargetType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfnamepublic static final DfDecoMapPieceTargetType Column
public static final DfDecoMapPieceTargetType Table
public static DfDecoMapPieceTargetType[] values()
for(DfDecoMapPieceTargetType c: DfDecoMapPieceTargetType.values()) System.out.println(c);
public static DfDecoMapPieceTargetType valueOf(String name)
name - 返される列挙型定数の名前。IllegalArgumentException - この列挙型に、指定した名前の定数がない場合NullPointerException - 引数がnullの場合public String code()
Classificationcode インタフェース内 Classificationpublic String alias()
Classificationalias インタフェース内 Classificationpublic Set<String> sisterSet()
ClassificationsisterSet インタフェース内 Classificationpublic Map<String,Object> subItemMap()
ClassificationsubItemMap インタフェース内 Classificationpublic ClassificationMeta meta()
Classificationmeta インタフェース内 Classificationpublic boolean inGroup(String groupName)
ClassificationinGroup インタフェース内 ClassificationgroupName - The string of group name, which is case-sensitive. (NullAllowed: if null, returns false)public static OptionalThing<DfDecoMapPieceTargetType> of(Object code)
code - The value of code, which is case-insensitive. (NullAllowed: if null, returns empty)public static OptionalThing<DfDecoMapPieceTargetType> byName(String name)
name - The string of name, which is case-insensitive. (NotNull)public static DfDecoMapPieceTargetType codeOf(Object code)
code - The value of code, which is case-insensitive. (NullAllowed: if null, returns null)public static DfDecoMapPieceTargetType nameOf(String name)
name - The string of name, which is case-sensitive. (NullAllowed: if null, returns null)public static List<DfDecoMapPieceTargetType> listAll()
public static List<DfDecoMapPieceTargetType> listByGroup(String groupName)
groupName - The string of group name, which is case-insensitive. (NotNull)public static List<DfDecoMapPieceTargetType> listOf(Collection<String> codeList)
codeList - The list of plain code, which is case-insensitive. (NotNull)public static List<DfDecoMapPieceTargetType> groupOf(String groupName)
groupName - The string of group name, which is case-sensitive. (NullAllowed: if null, returns empty list)public String toString()
toString クラス内 Enum<DfDecoMapPieceTargetType>Copyright © 2014–2021 The DBFlute Project. All rights reserved.