Skip navigation links
com.essbase.eas.essbase.defs
Class DataPrepRule.ActionReplace
java.lang.Object
com.essbase.eas.essbase.defs.DataPrepAction
com.essbase.eas.essbase.defs.DataPrepRule.ActionReplace
- Enclosing class:
- DataPrepRule
-
public static class DataPrepRule.ActionReplace
- extends DataPrepAction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataPrepRule.ActionReplace
public DataPrepRule.ActionReplace(long type)
setColumn
public void setColumn(short column)
setCaseSensitive
public void setCaseSensitive(boolean caseSensitive)
setMatchWholeWord
public void setMatchWholeWord(boolean match)
setReplaceAllOccurances
public void setReplaceAllOccurances(boolean replace)
setReplace
public void setReplace(java.lang.String replace)
setReplaceWith
public void setReplaceWith(java.lang.String with)
getColumn
public short getColumn()
getCaseSensitive
public boolean getCaseSensitive()
getMatchWholeWord
public boolean getMatchWholeWord()
getReplaceAllOccurances
public boolean getReplaceAllOccurances()
getReplace
public java.lang.String getReplace()
getReplaceWith
public java.lang.String getReplaceWith()
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.