Class RemovedEntry
- java.lang.Object
-
- nl.gx.webmanager.services.contentrepresentation.difference.DifferenceEntry
-
- nl.gx.webmanager.services.contentrepresentation.difference.RemovedEntry
-
public class RemovedEntry extends DifferenceEntry
Represents change where content was removed in the second content representation entry.
-
-
Constructor Summary
Constructors Constructor Description RemovedEntry(String name, ContentRepresentationEntry value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentRepresentationEntry
getValue()
-
Methods inherited from class nl.gx.webmanager.services.contentrepresentation.difference.DifferenceEntry
getName
-
-
-
-
Constructor Detail
-
RemovedEntry
public RemovedEntry(String name, ContentRepresentationEntry value)
-
-
Method Detail
-
getValue
public ContentRepresentationEntry getValue()
-
-