public enum ResourceInfoType extends Enum<ResourceInfoType>
Modifier and Type | Method and Description |
---|---|
int |
getNumVal() |
static ResourceInfoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceInfoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceInfoType TQL
public static final ResourceInfoType VIEW
public static final ResourceInfoType REPORT
public static final ResourceInfoType CORRELATION
public static final ResourceInfoType ENRICHMENT
public static final ResourceInfoType CMDB_VIEW
public static final ResourceInfoType EXTERNAL
public static final ResourceInfoType DISCOVERY_PATTERN
public static final ResourceInfoType DISCOVERY_JOB
public static final ResourceInfoType DISCOVERY_MODULE
public static final ResourceInfoType DISCOVERY_SCRIPT
public static final ResourceInfoType DISCOVERY_SERVICE_ACTIVITY_TYPE
public static final ResourceInfoType DISCOVERY_WIZARD
public static final ResourceInfoType DISCOVERY_CONFIG
public static final ResourceInfoType FOLDER
public static final ResourceInfoType POLICY_RULE
public static final ResourceInfoType USER
public static final ResourceInfoType USER_GROUP
public static final ResourceInfoType RESOURCE_GROUP
public static final ResourceInfoType ROLES
public static final ResourceInfoType ROLE_ASSIGNMENT
public static final ResourceInfoType SCHEDULER_JOBS
public static final ResourceInfoType TYPE_DEFINITION
public static final ResourceInfoType CLASS_DEF
public static final ResourceInfoType VALID_LINK
public static final ResourceInfoType CALCULATED_LINK
public static final ResourceInfoType DISCOVERY_DOCS
public static final ResourceInfoType DISCOVERY_ADAPTER
public static final ResourceInfoType DISCOVERY_RESOURCE
public static final ResourceInfoType DISCOVERY_SCANNER_CONFIG
public static final ResourceInfoType DISCOVERY_MULTI_SCANNER_PACK
public static final ResourceInfoType DISCOVERY_ACTIVITY_TYPE
public static final ResourceInfoType DISCOVERY_ACTIVITY_TEMPLATE
public static final ResourceInfoType DISCOVERY_SOFTWARE_APP_LIBRARY
public static final ResourceInfoType RELATIONSHIP
public static final ResourceInfoType IDENTIFICATION
public static final ResourceInfoType STATE_CATEGORY
public static final ResourceInfoType TENANTS
public static final ResourceInfoType SERVICE_MODEL
public static final ResourceInfoType DYNAMIC_SETTINGS
public static ResourceInfoType[] values()
for (ResourceInfoType c : ResourceInfoType.values()) System.out.println(c);
public static ResourceInfoType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getNumVal()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.