Uses of Class
starlink.AbstractMessage.Field

Packages that use Field
starlink.AbstractMessage   
 

Uses of Field in starlink.AbstractMessage
 

Fields in starlink.AbstractMessage with type parameters of type Field
protected  java.util.List<Field> Message.field
           
protected  java.util.List<Field> SequenceField.field
           
protected  java.util.List<Field> StructuredField.field
           
 

Methods in starlink.AbstractMessage that return Field
 Field ObjectFactory.createField()
          Create an instance of Field
 

Methods in starlink.AbstractMessage that return types with arguments of type Field
 java.util.List<Field> Message.getField()
          Gets the value of the field property.
 java.util.List<Field> SequenceField.getField()
          Gets the value of the field property.
 java.util.List<Field> StructuredField.getField()
          Gets the value of the field property.
 

Method parameters in starlink.AbstractMessage with type arguments of type Field
 void SequenceField.setField(java.util.List<Field> value)