public final class SecurityDimension extends Object
| Constructor and Description |
|---|
SecurityDimension(String name,
SecurityDimensionType type,
List<DtField> fields,
List<String> values)
Construct an instance of SecurityDimension.
|
| Modifier and Type | Method and Description |
|---|---|
List<DtField> |
getFields()
Give the ordered list of fields (multiple for TREE, empty for ENUM)
|
String |
getName()
Give the name of this dimension.
|
SecurityDimensionType |
getType()
Give the value of type.
|
List<String> |
getValues()
Give the ordered list of values (empty for TREE, multiple for ENUM).
|
public SecurityDimension(String name, SecurityDimensionType type, List<DtField> fields, List<String> values)
name - name.type - type.fields - Ordered list of fields (multiple for TREE, empty for ENUM).values - Ordered list of values (empty for TREE, multiple for ENUM).public String getName()
public SecurityDimensionType getType()
public List<DtField> getFields()
Copyright © 2017. All Rights Reserved.