public interface PropertyResolver<T>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDegreeOfFidelity(T item)
Gets the degree of fidelity.
|
java.lang.String |
getEntityCode(T item)
Gets the entity code.
|
java.lang.String |
getEntityCodeNamespace(T item) |
java.lang.String |
getFormat(T item)
Gets the format.
|
java.lang.String |
getId(T item)
Gets the id.
|
boolean |
getIsActive(T item)
Gets the checks if is active.
|
java.lang.String |
getLanguage(T item)
Gets the language.
|
boolean |
getMatchIfNoContext(T item)
Gets the match if no context.
|
java.lang.String |
getPropertyName(T item)
Gets the property name.
|
java.lang.String |
getPropertyType(T item)
Gets the property type.
|
java.lang.String |
getPropertyValue(T item)
Gets the property value.
|
java.lang.String |
getRepresentationalForm(T item)
Gets the representational form.
|
java.lang.String getEntityCode(T item)
item
- the itemjava.lang.String getEntityCodeNamespace(T item)
java.lang.String getId(T item)
item
- the itemjava.lang.String getPropertyName(T item)
item
- the itemjava.lang.String getPropertyType(T item)
item
- the itemjava.lang.String getDegreeOfFidelity(T item)
item
- the itemjava.lang.String getFormat(T item)
item
- the itemboolean getIsActive(T item)
item
- the itemjava.lang.String getLanguage(T item)
item
- the itemboolean getMatchIfNoContext(T item)
item
- the itemjava.lang.String getPropertyValue(T item)
item
- the itemjava.lang.String getRepresentationalForm(T item)
item
- the item