Uses of Class
starlink.AbstractMessage.StructuredField

Packages that use StructuredField
starlink.AbstractMessage   
 

Uses of StructuredField in starlink.AbstractMessage
 

Fields in starlink.AbstractMessage declared as StructuredField
protected  StructuredField Field.structuredField
           
 

Methods in starlink.AbstractMessage that return StructuredField
 StructuredField ObjectFactory.createStructuredField()
          Create an instance of StructuredField
 StructuredField Field.getStructuredField()
          Gets the value of the structuredField property.
 

Methods in starlink.AbstractMessage with parameters of type StructuredField
 void Field.setStructuredField(StructuredField value)
          Sets the value of the structuredField property.