com.splunk
Class RegexpDataModelCalculation

java.lang.Object
  extended by com.splunk.DataModelCalculation
      extended by com.splunk.RegexpDataModelCalculation

public class RegexpDataModelCalculation
extends DataModelCalculation

Represents a calculation on a data model object done by a regular expression.


Method Summary
 java.lang.String getExpression()
           
 java.lang.String getInputField()
           
 
Methods inherited from class com.splunk.DataModelCalculation
containsGeneratedField, getCalculationID, getComment, getGeneratedField, getGeneratedFields, getLineage, getOwner, isEditable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExpression

public java.lang.String getExpression()
Returns:
regular expression specifying this calculation

getInputField

public java.lang.String getInputField()
Returns:
name of the field to apply the regular expression to.