Interface IDTTComparable<T>
- All Known Implementing Classes:
AbstractDataAttributeAdapter
,AbstractDataTypeAdapter
,DAAdapter
,DATypeAdapter
,DATypeAdapter.BDAAdapter
,DOTypeAdapter
,EnumTypeAdapter
,LNodeTypeAdapter
public interface IDTTComparable<T>
A representation of the model object
DTTComparable
.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasSameContentAs
(T sclElement) Compares if two elements has the content
-
Method Details
-
hasSameContentAs
Compares if two elements has the content- Parameters:
sclElement
- element to compare with- Returns:
- Boolean value of comparison result
-