com.change_vision.jude.api.inf.model
列挙型 AggregationKind

com.change_vision.jude.api.inf.model.AggregationKind

public enum AggregationKind

集約の種類 NONE(制約なし), AGGREGATE(集約している), COMPOSITE(複合)

導入されたバージョン:
6.6.4

フィールドの概要
static AggregationKind AGGREGATE
          集約している
static AggregationKind COMPOSITE
          複合
static AggregationKind NONE
          制約なし
 

フィールドの詳細

NONE

public static final AggregationKind NONE
制約なし

導入されたバージョン:
6.6.4

AGGREGATE

public static final AggregationKind AGGREGATE
集約している

導入されたバージョン:
6.6.4

COMPOSITE

public static final AggregationKind COMPOSITE
複合

導入されたバージョン:
6.6.4