Class SourceAwareMetadataObject.Fields

  • Enclosing class:
    SourceAwareMetadataObject

    public static final class SourceAwareMetadataObject.Fields
    extends java.lang.Object
    Provides the list of known field names that can appear in the properties Map.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DELIVERY_TYPE
      The delivery type for Sources contained within this SourceCollection.
    • Constructor Summary

      Constructors 
      Constructor Description
      Fields()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DELIVERY_TYPE

        public static final java.lang.String DELIVERY_TYPE
        The delivery type for Sources contained within this SourceCollection. Value should be one of the values exposed by DeliveryType.
        See Also:
        DeliveryType, Constant Field Values
    • Constructor Detail

      • Fields

        public Fields()