com.splunk
Class DataModelConstraint

java.lang.Object
  extended by com.splunk.DataModelConstraint

public class DataModelConstraint
extends java.lang.Object

Represents a constraint on a data model object or a field on a data model object.


Method Summary
 java.lang.String getOwner()
           
 java.lang.String getQuery()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getQuery

public java.lang.String getQuery()
Returns:
The Splunk search query this constraint specifies.

getOwner

public java.lang.String getOwner()
Returns:
The DataModelObject that owns this field.