Enum Covdet.VlFrameType

    • Enum Constant Detail

      • VL_FRAMETYPE_ORIENTED_DISC

        public static final Covdet.VlFrameType VL_FRAMETYPE_ORIENTED_DISC
        • VL_FRAMETYPE_ELLIPSE

          public static final Covdet.VlFrameType VL_FRAMETYPE_ELLIPSE
          • VL_FRAMETYPE_ORIENTED_ELLIPSE

            public static final Covdet.VlFrameType VL_FRAMETYPE_ORIENTED_ELLIPSE
            • VL_FRAMETYPE_NUM

              public static final Covdet.VlFrameType VL_FRAMETYPE_NUM
              • Constructor Detail

                • VlFrameType

                  private VlFrameType()
              • Method Detail

                • values

                  public static Covdet.VlFrameType[] 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 (Covdet.VlFrameType c : Covdet.VlFrameType.values())
                      System.out.println(c);
                  
                  Returns:
                  an array containing the constants of this enum type, in the order they are declared
                • valueOf

                  public static Covdet.VlFrameType 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