Uses of Class
gov.nasa.pds.search.core.schema.Field
-
Packages that use Field Package Description gov.nasa.pds.search.core.schema -
-
Uses of Field in gov.nasa.pds.search.core.schema
Fields in gov.nasa.pds.search.core.schema with type parameters of type Field Modifier and Type Field Description protected List<Field>
IndexField. field
Methods in gov.nasa.pds.search.core.schema that return Field Modifier and Type Method Description Field
ObjectFactory. createField()
Create an instance ofField
Methods in gov.nasa.pds.search.core.schema that return types with arguments of type Field Modifier and Type Method Description JAXBElement<Field>
ObjectFactory. createField(Field value)
List<Field>
IndexField. getField()
Gets the value of the field property.Methods in gov.nasa.pds.search.core.schema with parameters of type Field Modifier and Type Method Description JAXBElement<Field>
ObjectFactory. createField(Field value)
-