Uses of Class
gov.nasa.arc.pds.xml.generated.RecordLength
-
Packages that use RecordLength Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of RecordLength in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as RecordLength Modifier and Type Field Description protected RecordLengthRecordBinary. recordLengthprotected RecordLengthRecordCharacter. recordLengthMethods in gov.nasa.arc.pds.xml.generated that return RecordLength Modifier and Type Method Description RecordLengthObjectFactory. createRecordLength()Create an instance ofRecordLengthRecordLengthRecordBinary. getRecordLength()Gets the value of the recordLength property.RecordLengthRecordCharacter. getRecordLength()Gets the value of the recordLength property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type RecordLength Modifier and Type Method Description voidRecordBinary. setRecordLength(RecordLength value)Sets the value of the recordLength property.voidRecordCharacter. setRecordLength(RecordLength value)Sets the value of the recordLength property.
-