Uses of Class
org.hisp.dhis.model.AttributeValue
Packages that use AttributeValue
-
Uses of AttributeValue in org.hisp.dhis.model
Fields in org.hisp.dhis.model with type parameters of type AttributeValueModifier and TypeFieldDescriptionprotected Set<AttributeValue>IdentifiableObject.attributeValuesMethods in org.hisp.dhis.model that return AttributeValueModifier and TypeMethodDescriptionIdentifiableObject.getAttributeValue(String attribute) Returns the attribute value with the given attribute identifier.Methods in org.hisp.dhis.model with parameters of type AttributeValueModifier and TypeMethodDescriptionbooleanIdentifiableObject.addAttributeValue(AttributeValue attributeValue) Adds an attribute value.voidIdentifiableObject.updateAttributeValue(AttributeValue attributeValue) Updates an attribute value.