Package | Description |
---|---|
com.hp.ucmdb.api.discovery.types |
This package contains interfaces that represent the basic discovery elements of the API.
|
Modifier and Type | Method and Description |
---|---|
static ParsingRule.RuleType |
ParsingRule.RuleType.getFromName(String str) |
ParsingRule.RuleType |
ParsingRule.getRuleType()
Returns the type of this rule.
|
static ParsingRule.RuleType |
ParsingRule.RuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParsingRule.RuleType[] |
ParsingRule.RuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ParsingRule |
ParsingRule.ofType(ParsingRule.RuleType ruleType)
Sets the type of this ParsingRule.
|
void |
ParsingRule.setRuleType(ParsingRule.RuleType ruleType)
Sets the type of this ParsingRule.
|
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.