Enum OpType

    • Enum Constant Detail

      • CLOCKWORK_RUN

        public static final OpType CLOCKWORK_RUN
      • CLOCKWORK_CLICK

        public static final OpType CLOCKWORK_CLICK
      • PROJECTOR_PROJECT

        public static final OpType PROJECTOR_PROJECT
      • PROJECTOR_COMPONENT

        public static final OpType PROJECTOR_COMPONENT
      • CLOCKWORK_METHOD

        public static final OpType CLOCKWORK_METHOD
      • MAPPING_EVALUATION

        public static final OpType MAPPING_EVALUATION
      • MAPPING_PREPARATION

        public static final OpType MAPPING_PREPARATION
      • MAPPING_EVALUATION_PREPARED

        public static final OpType MAPPING_EVALUATION_PREPARED
      • SCRIPT_EXECUTION

        public static final OpType SCRIPT_EXECUTION
      • CHANGE_EXECUTION

        public static final OpType CHANGE_EXECUTION
      • FOCUS_CHANGE_EXECUTION

        public static final OpType FOCUS_CHANGE_EXECUTION
      • PROJECTION_CHANGE_EXECUTION

        public static final OpType PROJECTION_CHANGE_EXECUTION
      • CHANGE_EXECUTION_DELTA

        public static final OpType CHANGE_EXECUTION_DELTA
      • CHANGE_EXECUTION_OTHER

        public static final OpType CHANGE_EXECUTION_OTHER
      • FOCUS_LOAD

        public static final OpType FOCUS_LOAD
      • FOCUS_LOAD_CHECK

        public static final OpType FOCUS_LOAD_CHECK
      • SHADOW_LOAD

        public static final OpType SHADOW_LOAD
      • FULL_PROJECTION_LOAD

        public static final OpType FULL_PROJECTION_LOAD
      • MODEL_OTHER

        public static final OpType MODEL_OTHER
      • PROVISIONING_API

        public static final OpType PROVISIONING_API
      • PROVISIONING_INTERNAL

        public static final OpType PROVISIONING_INTERNAL
      • REPOSITORY

        public static final OpType REPOSITORY
      • REPOSITORY_CACHE

        public static final OpType REPOSITORY_CACHE
      • CONNECTOR

        public static final OpType CONNECTOR
      • OTHER

        public static final OpType OTHER
    • Method Detail

      • values

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

        public static OpType 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
      • getFormattedName

        public String getFormattedName​(OpNode node)
      • getLabel

        public String getLabel()