public class ProcessMapEntry extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
param
Value of the 'param' attribute in a map entry;
null if it
was not set. |
protected String |
rule
Value of the 'rule' attribute in a map entry.
|
protected String |
targetType
Value of the 'targetType' attribute in a map entry;
null if
it was not set. |
protected String |
type
Value of the 'type' attribute in a map entry.
|
Constructor and Description |
---|
ProcessMapEntry(String type,
String rule) |
ProcessMapEntry(String type,
String rule,
String targetType) |
ProcessMapEntry(String type,
String rule,
String targetType,
String param) |
Modifier and Type | Method and Description |
---|---|
String |
getParam() |
String |
getRule() |
String |
getTargetType() |
String |
getType() |
boolean |
hasParam() |
boolean |
hasTargetType() |
protected String type
protected String rule
protected String targetType
null
if
it was not set.protected String param
null
if it
was not set.public ProcessMapEntry(String type, String rule)
type
- Value of the 'type' attribute in a map entry.rule
- Value of the 'rule' attribute in a map entry.public ProcessMapEntry(String type, String rule, String targetType)
type
- Value of the 'type' attribute in a map entry.rule
- Value of the 'rule' attribute in a map entry.targetType
- Value of the 'targetType' attribute in a map entry;
null
if it was not set.public ProcessMapEntry(String type, String rule, String targetType, String param)
type
- Value of the 'type' attribute in a map entry.rule
- Value of the 'rule' attribute in a map entry.targetType
- Value of the 'targetType' attribute in a map entry;
null
if it was not set.param
- Value of the 'param' attribute in a map entry;
null
if it was not set.public String getType()
public String getRule()
public String getTargetType()
public String getParam()
public boolean hasTargetType()
public boolean hasParam()
Copyright © 2018. All rights reserved.