Interface FieldTypeRequestable
public interface FieldTypeRequestable
A
FieldTypeRequestable can be asked if it either is for holding
values or references.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanboolean
-
Method Details
-
getFieldType
FieldType getFieldType()- Returns:
- the field type of the current
FieldTypeRequestable.
-
isForReferences
default boolean isForReferences()- Returns:
- true if the current
FieldTypeRequestableis for references, false otherwise.
-
isForValues
boolean isForValues()- Returns:
- true if the current
FieldTypeRequestableis for values, false otherwise.
-