Enum AUSelector

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<AUSelector>, org.robovm.rt.bro.ValuedEnum

    public enum AUSelector
    extends java.lang.Enum<AUSelector>
    implements org.robovm.rt.bro.ValuedEnum
    • Enum Constant Detail

      • Initialize

        public static final AUSelector Initialize
      • Uninitialize

        public static final AUSelector Uninitialize
      • GetPropertyInfo

        public static final AUSelector GetPropertyInfo
      • GetProperty

        public static final AUSelector GetProperty
      • SetProperty

        public static final AUSelector SetProperty
      • AddPropertyListener

        public static final AUSelector AddPropertyListener
      • RemovePropertyListener

        public static final AUSelector RemovePropertyListener
      • RemovePropertyListenerWithUserData

        public static final AUSelector RemovePropertyListenerWithUserData
      • AddRenderNotify

        public static final AUSelector AddRenderNotify
      • RemoveRenderNotify

        public static final AUSelector RemoveRenderNotify
      • GetParameter

        public static final AUSelector GetParameter
      • SetParameter

        public static final AUSelector SetParameter
      • ScheduleParameters

        public static final AUSelector ScheduleParameters
      • ComplexRender

        public static final AUSelector ComplexRender
      • ProcessMultiple

        public static final AUSelector ProcessMultiple
    • Method Detail

      • values

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

        public static AUSelector 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
      • value

        public long value()
        Specified by:
        value in interface org.robovm.rt.bro.ValuedEnum
      • valueOf

        public static AUSelector valueOf​(long n)
        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:
        n - 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