|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A factory class that creates instances of
CategorySet.
Factory| Method Summary | |
CategorySet |
create(AttributeDataType dataType)
Creates an instance of CategorySet that contains categorical values of the specified data type. |
CategorySet |
create(CategorySet categorySet)
Creates an instance of CategorySet from the given category set. |
| Method Detail |
public CategorySet create(AttributeDataType dataType)
throws JDMException
CategorySet that contains categorical values of the specified data type.
dataType - The data type of the categorical values in the set.
JDMException
public CategorySet create(CategorySet categorySet)
throws JDMException
CategorySet from the given category set. This is essentially a copy operation.
categorySet -
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||