A
- the type of attribute heldpublic interface Customizable<A extends Attribute>
Customizable
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(A attribute)
Adds an attribute.
|
java.util.Collection<A> |
getActiveAttributes() |
java.util.List<A> |
getActiveAttributes(CustomValueDescriptor ofType) |
java.util.Collection<A> |
getAttributes() |
java.util.Collection<A> getAttributes()
java.util.Collection<A> getActiveAttributes()
java.util.List<A> getActiveAttributes(CustomValueDescriptor ofType)
ofType
- void addAttribute(A attribute)
attribute
- Copyright © 2018 OpenMRS Inc.. All Rights Reserved.