public interface ReportedAttributeSuperBean extends SuperBean
Modifier and Type | Method and Description |
---|---|
ReportedAttributeBean |
getBuiltFrom()
Override from parent - returns the ReferenceValueBean that was used to build this SuperBean
|
CodelistBean |
getCodelist() |
ConceptBean |
getConcept() |
java.lang.String |
getId() |
java.util.List<TextTypeWrapper> |
getMetadataText() |
java.util.List<ReportedAttributeSuperBean> |
getReportedAttributes() |
java.lang.String |
getSimpleValue()
Returns a simple value for this attribute, returns null if there is no simple value
|
boolean |
hasCodedRepresentation() |
boolean |
hasSimpleValue()
Returns true if this ReportedAttributeBean has a simple value, in which case getSimpleValue will return a not null value
|
boolean |
isPresentational()
Returns true if getMetadataText returns an empty list
|
getCompositeBeans
java.lang.String getId()
ConceptBean getConcept()
CodelistBean getCodelist()
boolean hasCodedRepresentation()
java.lang.String getSimpleValue()
java.util.List<TextTypeWrapper> getMetadataText()
java.util.List<ReportedAttributeSuperBean> getReportedAttributes()
boolean isPresentational()
boolean hasSimpleValue()
ReportedAttributeBean getBuiltFrom()
getBuiltFrom
in interface SuperBean