Class FieldType<M extends PMessage<M>>


  • @Immutable
    public class FieldType<M extends PMessage<M>>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      PField<M> field  
      int type  
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldType​(PField<M> field, int type)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public final int type
    • Constructor Detail

      • FieldType

        public FieldType​(PField<M> field,
                         int type)