com.polarion.subterra.base.data.model.ICustomField
METHODS
Modifiers and Type | Name | Description |
---|---|---|
String | getId() | |
IType | getType() | Returns type of this field - can be one of the following types:
|
String | getName() | |
String | getDescription() | |
boolean | isRequired() | |
boolean | isMulti() | Shortcut for getType() instanceof IListType . |
boolean | isReference() | Shortcut for getType() instanceof IReferenceType . |
Object | getDefaultValue() | |
String | getDependsOn() | |
Collection | getDependentFieldIds() | |
IRelationMapping | getDependencyMapping() | |
Map | getParameters() |
Back to Index