Uses of Class
org.n52.shetland.ogc.sensorML.elements.SmlDocumentationListMember
-
Packages that use SmlDocumentationListMember Package Description org.n52.shetland.ogc.sensorML.elements -
-
Uses of SmlDocumentationListMember in org.n52.shetland.ogc.sensorML.elements
Methods in org.n52.shetland.ogc.sensorML.elements that return SmlDocumentationListMember Modifier and Type Method Description SmlDocumentationListMemberSmlDocumentationListMember. setDocumentation(SmlDocumentation documentation)Methods in org.n52.shetland.ogc.sensorML.elements that return types with arguments of type SmlDocumentationListMember Modifier and Type Method Description List<SmlDocumentationListMember>SmlDocumentationList. getMember()Methods in org.n52.shetland.ogc.sensorML.elements with parameters of type SmlDocumentationListMember Modifier and Type Method Description SmlDocumentationListSmlDocumentationList. addMember(SmlDocumentationListMember member)Method parameters in org.n52.shetland.ogc.sensorML.elements with type arguments of type SmlDocumentationListMember Modifier and Type Method Description SmlDocumentationListSmlDocumentationList. setMember(Collection<SmlDocumentationListMember> members)
-