Schnittstelle ContentTypeRequestable
public interface ContentTypeRequestable
A
ContentTypeRequestable can be asked if it either is for holding
values or references.- Version:
- 2023-09-08
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdefault booleanboolean
-
Methodendetails
-
getContentType
ContentType getContentType()- Gibt zurück:
- the content type of the current
ContentTypeRequestable.
-
isForReferences
default boolean isForReferences()- Gibt zurück:
- true if the current
ContentTypeRequestableis for references, false otherwise.
-
isForValues
boolean isForValues()- Gibt zurück:
- true if the current
ContentTypeRequestableis for values, false otherwiese.
-