Class SameEntry
- java.lang.Object
-
- nl.gx.webmanager.services.contentrepresentation.difference.DifferenceEntry
-
- nl.gx.webmanager.services.contentrepresentation.difference.SameEntry
-
public class SameEntry extends DifferenceEntry
Represents no change. The compared values are the same.
-
-
Constructor Summary
Constructors Constructor Description SameEntry(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
-
SameEntry
public SameEntry(String name, ContentRepresentationEntry value)
-
-
Method Detail
-
getValue
public ContentRepresentationEntry getValue()
-
-