Uses of Class
starlink.AbstractMessage.PrimitiveField

Packages that use PrimitiveField
starlink.AbstractMessage   
TranslationOperations   
 

Uses of PrimitiveField in starlink.AbstractMessage
 

Fields in starlink.AbstractMessage declared as PrimitiveField
protected  PrimitiveField Field.primitiveField
           
 

Methods in starlink.AbstractMessage that return PrimitiveField
 PrimitiveField ObjectFactory.createPrimitiveField()
          Create an instance of PrimitiveField
 PrimitiveField Field.getPrimitiveField()
          Gets the value of the primitiveField property.
 

Methods in starlink.AbstractMessage with parameters of type PrimitiveField
 void Field.setPrimitiveField(PrimitiveField value)
          Sets the value of the primitiveField property.
 

Uses of PrimitiveField in TranslationOperations
 

Methods in TranslationOperations that return types with arguments of type PrimitiveField
 java.util.ArrayList<PrimitiveField> Parameters.parameters(java.util.ArrayList list)