|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.interactive_instruments.ShapeChange.ProcessMapEntry
public class ProcessMapEntry
Representation of a ProcessMapEntry, that can be part of a ShapeChangeConfiguration.
Field Summary | |
---|---|
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 Summary | |
---|---|
ProcessMapEntry(String type,
String rule)
|
|
ProcessMapEntry(String type,
String rule,
String targetType)
|
|
ProcessMapEntry(String type,
String rule,
String targetType,
String param)
|
Method Summary | |
---|---|
String |
getParam()
|
String |
getRule()
|
String |
getTargetType()
|
String |
getType()
|
boolean |
hasParam()
|
boolean |
hasTargetType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String type
protected String rule
protected String targetType
null
if
it was not set.
protected String param
null
if it
was not set.
Constructor Detail |
---|
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.Method Detail |
---|
public String getType()
public String getRule()
public String getTargetType()
public String getParam()
public boolean hasTargetType()
public boolean hasParam()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |