Constructor and Description |
---|
OleRule() |
Modifier and Type | Method and Description |
---|---|
String |
getDocType()
Gets the docType attribute.
|
MatchPoint |
getExistingField()
Gets the existingField attribute.
|
List<OleAction> |
getFalseActions()
Gets the falseActions attribute.
|
MatchPoint |
getIncomingField()
Gets the incomingField attribute.
|
String |
getMatchType()
Gets the matchType attribute.
|
String |
getName()
Gets the name attribute.
|
String |
getTerm()
Gets the term attribute.
|
List<OleAction> |
getTrueActions()
Gets the trueActions attribute.
|
void |
setDocType(String docType)
Sets the docType attribute value.
|
void |
setExistingField(MatchPoint existingField)
Sets the existingField attribute value.
|
void |
setFalseActions(List<OleAction> falseActions)
Sets the falseActions attribute value.
|
void |
setIncomingField(MatchPoint incomingField)
Sets the incomingField attribute value.
|
void |
setMatchType(String matchType)
Sets the matchType attribute value.
|
void |
setName(String name)
Sets the name attribute value.
|
void |
setTerm(String term)
Sets the term attribute value.
|
void |
setTrueActions(List<OleAction> trueActions)
Sets the trueActions attribute value.
|
public OleRule()
public void setName(String name)
name
- The name to set.public void setTerm(String term)
term
- The term to set.public String getMatchType()
public String getDocType()
public void setDocType(String docType)
docType
- The docType to set.public MatchPoint getIncomingField()
public void setIncomingField(MatchPoint incomingField)
incomingField
- The incomingField to set.public MatchPoint getExistingField()
public void setExistingField(MatchPoint existingField)
existingField
- The existingField to set.public void setMatchType(String matchType)
matchType
- The matchType to set.public List<OleAction> getTrueActions()
public void setTrueActions(List<OleAction> trueActions)
trueActions
- The trueActions to set.public List<OleAction> getFalseActions()
public void setFalseActions(List<OleAction> falseActions)
falseActions
- The falseActions to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.