Uses of Class
gov.nasa.arc.pds.xml.generated.FieldStatistics
-
Packages that use FieldStatistics Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of FieldStatistics in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as FieldStatistics Modifier and Type Field Description protected FieldStatistics
FieldBinary. fieldStatistics
protected FieldStatistics
FieldCharacter. fieldStatistics
protected FieldStatistics
FieldDelimited. fieldStatistics
Methods in gov.nasa.arc.pds.xml.generated that return FieldStatistics Modifier and Type Method Description FieldStatistics
ObjectFactory. createFieldStatistics()
Create an instance ofFieldStatistics
FieldStatistics
FieldBinary. getFieldStatistics()
Gets the value of the fieldStatistics property.FieldStatistics
FieldCharacter. getFieldStatistics()
Gets the value of the fieldStatistics property.FieldStatistics
FieldDelimited. getFieldStatistics()
Gets the value of the fieldStatistics property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type FieldStatistics Modifier and Type Method Description void
FieldBinary. setFieldStatistics(FieldStatistics value)
Sets the value of the fieldStatistics property.void
FieldCharacter. setFieldStatistics(FieldStatistics value)
Sets the value of the fieldStatistics property.void
FieldDelimited. setFieldStatistics(FieldStatistics value)
Sets the value of the fieldStatistics property.
-