Package stroom.datasource.api.v2
Class DocRefField
- java.lang.Object
-
- stroom.datasource.api.v2.AbstractField
-
- stroom.datasource.api.v2.DocRefField
-
- All Implemented Interfaces:
java.io.Serializable
,HasDisplayValue
public class DocRefField extends AbstractField
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocRefField(java.lang.String docRefType, java.lang.String name)
DocRefField(java.lang.String docRefType, java.lang.String name, java.lang.Boolean queryable)
DocRefField(java.lang.String docRefType, java.lang.String name, java.lang.Boolean queryable, java.util.List<ExpressionTerm.Condition> conditions)
-
Method Summary
Modifier and Type Method Description java.lang.String
getDocRefType()
java.lang.String
getType()
-
Methods inherited from class stroom.datasource.api.v2.AbstractField
equals, getConditions, getDisplayValue, getName, getQueryable, hashCode, isNumeric, queryable, toString
-
-
-
-
Constructor Detail
-
DocRefField
public DocRefField(java.lang.String docRefType, java.lang.String name)
-
DocRefField
public DocRefField(java.lang.String docRefType, java.lang.String name, java.lang.Boolean queryable)
-
DocRefField
public DocRefField(java.lang.String docRefType, java.lang.String name, java.lang.Boolean queryable, java.util.List<ExpressionTerm.Condition> conditions)
-
-
Method Detail
-
getDocRefType
public java.lang.String getDocRefType()
-
getType
public java.lang.String getType()
- Specified by:
getType
in classAbstractField
-
-