Enum WpType

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, java.io.Serializable, java.lang.Comparable<WpType>

    public enum WpType
    extends java.lang.Enum<WpType>
    implements com.google.protobuf.Internal.EnumLite
    Protobuf enum streamlayer.analytics.v2.studio.WpType
    • Enum Constant Detail

      • WP_TYPE_UNSET

        public static final WpType WP_TYPE_UNSET
        WP_TYPE_UNSET = 0;
      • WP_TYPE_WP

        public static final WpType WP_TYPE_WP
        WP_TYPE_WP = 1;
      • WP_TYPE_FWP

        public static final WpType WP_TYPE_FWP
        WP_TYPE_FWP = 2;
      • WP_TYPE_WP_AND_FWP

        public static final WpType WP_TYPE_WP_AND_FWP
        WP_TYPE_WP_AND_FWP = 3;
      • UNRECOGNIZED

        public static final WpType UNRECOGNIZED
    • Field Detail

      • WP_TYPE_UNSET_VALUE

        public static final int WP_TYPE_UNSET_VALUE
        WP_TYPE_UNSET = 0;
        See Also:
        Constant Field Values
      • WP_TYPE_WP_VALUE

        public static final int WP_TYPE_WP_VALUE
        WP_TYPE_WP = 1;
        See Also:
        Constant Field Values
      • WP_TYPE_FWP_VALUE

        public static final int WP_TYPE_FWP_VALUE
        WP_TYPE_FWP = 2;
        See Also:
        Constant Field Values
      • WP_TYPE_WP_AND_FWP_VALUE

        public static final int WP_TYPE_WP_AND_FWP_VALUE
        WP_TYPE_WP_AND_FWP = 3;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static WpType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (WpType c : WpType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static WpType valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
      • valueOf

        @Deprecated
        public static WpType valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • forNumber

        public static WpType forNumber​(int value)
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<WpType> internalGetValueMap()
      • internalGetVerifier

        public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()