Module qtjambi

Enum MethodFlags

java.lang.Object
java.lang.Enum<MethodFlags>
io.qt.internal.MethodFlags
All Implemented Interfaces:
QtAbstractEnumerator, QtAbstractFlagEnumerator, QtEnumerator, QtFlagEnumerator, Serializable, Comparable<MethodFlags>, Constable

public enum MethodFlags extends Enum<MethodFlags> implements QtFlagEnumerator

Java wrapper for Qt enum MethodFlags

  • Enum Constant Details

    • AccessPrivate

      public static final MethodFlags AccessPrivate
    • AccessProtected

      public static final MethodFlags AccessProtected
    • AccessPublic

      public static final MethodFlags AccessPublic
    • AccessMask

      public static final MethodFlags AccessMask
    • MethodMethod

      public static final MethodFlags MethodMethod
    • MethodSignal

      public static final MethodFlags MethodSignal
    • MethodSlot

      public static final MethodFlags MethodSlot
    • MethodConstructor

      public static final MethodFlags MethodConstructor
    • MethodTypeMask

      public static final MethodFlags MethodTypeMask
    • MethodCompatibility

      public static final MethodFlags MethodCompatibility
    • MethodCloned

      public static final MethodFlags MethodCloned
    • MethodScriptable

      public static final MethodFlags MethodScriptable
    • MethodRevisioned

      public static final MethodFlags MethodRevisioned
    • MethodIsConst

      public static final MethodFlags MethodIsConst
  • Method Details

    • values

      public static MethodFlags[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static MethodFlags valueOf(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:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public int value()
      This function should return an integer value for the enum values of the enumeration that implements this interface.
      Specified by:
      value in interface QtEnumerator
      Specified by:
      value in interface QtFlagEnumerator
    • asFlags

      public MethodAttributes asFlags()
      Create a QFlags of the enum entry.
      Specified by:
      asFlags in interface QtAbstractFlagEnumerator
      Specified by:
      asFlags in interface QtFlagEnumerator
      Returns:
      QFlags
    • combined

      public MethodAttributes combined(MethodFlags e)
      Combines this entry with other enum entry.
      Parameters:
      e - enum entry
      Returns:
      new flag
    • flags

      public static MethodAttributes flags(MethodFlags... values)
      Creates a new MethodAttributes from the entries.
      Parameters:
      values - entries
      Returns:
      new flag
    • resolve

      public static MethodFlags resolve(int value)
      Returns the corresponding enum entry for the given value.
      Parameters:
      value -
      Returns:
      enum entry