com.polarion.subterra.base.data.model.ICustomField


METHODS
Modifiers and TypeNameDescription
String getId()
IType getType() Returns type of this field - can be one of the following types:
  • {@link IPrimitiveType}
  • {@link IReferenceType}
  • {@link IEnumType}
  • {@link IListType} of one of the above 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