Uses of Class
gov.nasa.arc.pds.xml.generated.Offset
-
Packages that use Offset Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of Offset in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as Offset Modifier and Type Field Description protected OffsetArray. offsetprotected OffsetEncodedByteStream. offsetprotected OffsetParsableByteStream. offsetprotected OffsetTableBase. offsetMethods in gov.nasa.arc.pds.xml.generated that return Offset Modifier and Type Method Description OffsetObjectFactory. createOffset()Create an instance ofOffsetOffsetArray. getOffset()Gets the value of the offset property.OffsetEncodedByteStream. getOffset()Gets the value of the offset property.OffsetParsableByteStream. getOffset()Gets the value of the offset property.OffsetTableBase. getOffset()Gets the value of the offset property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type Offset Modifier and Type Method Description voidArray. setOffset(Offset value)Sets the value of the offset property.voidEncodedByteStream. setOffset(Offset value)Sets the value of the offset property.voidParsableByteStream. setOffset(Offset value)Sets the value of the offset property.voidTableBase. setOffset(Offset value)Sets the value of the offset property.
-