Enum Layers

    • Enum Constant Detail

      • ASSET_COUNTRY

        public static final Layers ASSET_COUNTRY
      • ASSET_ADDRESS1

        public static final Layers ASSET_ADDRESS1
      • ASSET_ADDRESS2

        public static final Layers ASSET_ADDRESS2
      • ASSET_CITY

        public static final Layers ASSET_CITY
      • ASSET_ZIP

        public static final Layers ASSET_ZIP
      • ASSET_STATE

        public static final Layers ASSET_STATE
      • ASSET_LATITUDE

        public static final Layers ASSET_LATITUDE
      • ASSET_LONGITUDE

        public static final Layers ASSET_LONGITUDE
      • ASSET_BUILDING

        public static final Layers ASSET_BUILDING
      • ASSET_REGION

        public static final Layers ASSET_REGION
      • ASSET_DIVISION

        public static final Layers ASSET_DIVISION
      • ASSET_DEPARTMENT

        public static final Layers ASSET_DEPARTMENT
      • ASSET_FLOOR

        public static final Layers ASSET_FLOOR
      • ASSET_ROOM

        public static final Layers ASSET_ROOM
      • ASSET_RACK

        public static final Layers ASSET_RACK
      • ASSET_SLOT

        public static final Layers ASSET_SLOT
      • ASSET_PORT

        public static final Layers ASSET_PORT
      • ASSET_CIRCUIT_ID

        public static final Layers ASSET_CIRCUIT_ID
      • ASSET_CATEGORY

        public static final Layers ASSET_CATEGORY
      • ASSET_DISPLAY_CATEGORY

        public static final Layers ASSET_DISPLAY_CATEGORY
      • ASSET_NOTIFY_CATEGORY

        public static final Layers ASSET_NOTIFY_CATEGORY
      • ASSET_POLLER_CATEGORY

        public static final Layers ASSET_POLLER_CATEGORY
      • ASSET_THRESHOLD_CATEGORY

        public static final Layers ASSET_THRESHOLD_CATEGORY
      • ASSET_MANAGED_OBJECT_TYPE

        public static final Layers ASSET_MANAGED_OBJECT_TYPE
      • ASSET_MANAGED_OBJECT_INSTANCE

        public static final Layers ASSET_MANAGED_OBJECT_INSTANCE
      • ASSET_MANUFACTURER

        public static final Layers ASSET_MANUFACTURER
      • ASSET_VENDOR

        public static final Layers ASSET_VENDOR
      • ASSET_MODEL_NUMBER

        public static final Layers ASSET_MODEL_NUMBER
      • ASSET_DESCRIPTION

        public static final Layers ASSET_DESCRIPTION
      • ASSET_OPERATING_SYSTEM

        public static final Layers ASSET_OPERATING_SYSTEM
      • NODE_LABEL

        public static final Layers NODE_LABEL
      • NODE_ID

        public static final Layers NODE_ID
      • NODE_FOREIGN_SOURCE

        public static final Layers NODE_FOREIGN_SOURCE
      • NODE_FOREIGN_ID

        public static final Layers NODE_FOREIGN_ID
      • NODE_SYSTEM_NAME

        public static final Layers NODE_SYSTEM_NAME
      • NODE_SYSTEM_LOCATION

        public static final Layers NODE_SYSTEM_LOCATION
      • NODE_OPERATING_SYSTEM

        public static final Layers NODE_OPERATING_SYSTEM
      • PARENT_NODE_LABEL

        public static final Layers PARENT_NODE_LABEL
      • PARENT_NODE_ID

        public static final Layers PARENT_NODE_ID
      • PARENT_FOREIGN_SOURCE

        public static final Layers PARENT_FOREIGN_SOURCE
      • PARENT_FOREIGN_ID

        public static final Layers PARENT_FOREIGN_ID
      • NODE_CATEGORIES

        public static final Layers NODE_CATEGORIES
    • Method Detail

      • values

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

        public static Layers 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
      • getLayer

        public Layer getLayer()