Uses of Class
gov.nasa.arc.pds.xml.generated.InvestigationArea
-
Packages that use InvestigationArea Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of InvestigationArea in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type InvestigationArea Modifier and Type Field Description protected java.util.List<InvestigationArea>
ContextArea. investigationAreas
Methods in gov.nasa.arc.pds.xml.generated that return InvestigationArea Modifier and Type Method Description InvestigationArea
ObjectFactory. createInvestigationArea()
Create an instance ofInvestigationArea
Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type InvestigationArea Modifier and Type Method Description java.util.List<InvestigationArea>
ContextArea. getInvestigationAreas()
Gets the value of the investigationAreas property.
-