Interface VersionedAttributeGroup
- All Known Implementing Classes:
AbstractVersionedAttributeGroup,ImmutableVersionedAttributeGroup
public interface VersionedAttributeGroup
-
Method Summary
Modifier and TypeMethodDescriptionbooleanAttribute<?>getCurrentAttribute(String name) getVersionedAttribute(String name) booleanhasAttribute(String name) inthashCode()booleanisValuePresentInAnyVersion(String attributeName, Object attributeValue) int
-
Method Details
-
getCurrentAttribute
-
getCurrentAttributeValue
-
hasAttribute
-
isValuePresentInAnyVersion
-
numberOfUniqueAttributeNames
int numberOfUniqueAttributeNames() -
getVersionedAttribute
-
getVersionedAttributeList
List<VersionedAttribute<?>> getVersionedAttributeList() -
add
-
mergeOverwrite
-
equals
-
hashCode
int hashCode()
-