Interface ContentRepresentationValueEntry
-
- All Superinterfaces:
ContentRepresentationEntry
public interface ContentRepresentationValueEntry extends ContentRepresentationEntry
This type is an immutable representation of a simple value entry of a content item. Use theContentRepresentations
class for creating instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getValues()
-
Methods inherited from interface nl.gx.webmanager.services.contentrepresentation.ContentRepresentationEntry
getName
-
-