Interface ContentRepresentationReferenceEntry
-
- All Superinterfaces:
ContentRepresentationEntry
public interface ContentRepresentationReferenceEntry extends ContentRepresentationEntry
This type is an immutable representation of an entry of a content item which is a reference to other content items. Use theContentRepresentations
class for creating instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ContentRepresentation>
getValues()
-
Methods inherited from interface nl.gx.webmanager.services.contentrepresentation.ContentRepresentationEntry
getName
-
-
-
-
Method Detail
-
getValues
List<ContentRepresentation> getValues()
- Returns:
- the list of representations of referenced values
-
-