|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.repository.beans.FieldDefinitionIndexing
public class FieldDefinitionIndexing
This class holds the value of the TransactionalFragmentFieldDefinition.indexing property. That property is an "enumerated" type, meaning that it has a predefined set of allowed values. Each of those values has an associated String "tag", but the values themselves are instances of this class. The instances can be retrieved by calling the getter method corresonding to the desired value. Each value is a singleton, meaning that "==" and "equals" will have the same result when testing for equlity. The following describes which getter should be used to obtain a value representing a particular tag:
Tag | Getter |
---|---|
None | getNone() |
Searchable | getSearchable() |
Constrainable | getConstrainable() |
Both | getBoth() |
Constructor Summary | |
---|---|
FieldDefinitionIndexing()
|
|
FieldDefinitionIndexing(java.lang.String pTag,
java.lang.Object pValue)
|
Method Summary | |
---|---|
static FieldDefinitionIndexing |
getBoth()
Returns the instance representing the String value "Both" |
static FieldDefinitionIndexing |
getConstrainable()
Returns the instance representing the String value "Constrainable" |
static FieldDefinitionIndexing |
getNone()
Returns the instance representing the String value "None" |
static FieldDefinitionIndexing |
getSearchable()
Returns the instance representing the String value "Searchable" |
java.lang.String |
toString()
Returns the String value represented by this instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FieldDefinitionIndexing(java.lang.String pTag, java.lang.Object pValue)
public FieldDefinitionIndexing()
Method Detail |
---|
public static FieldDefinitionIndexing getNone()
Returns the instance representing the String value "None"
public static FieldDefinitionIndexing getSearchable()
Returns the instance representing the String value "Searchable"
public static FieldDefinitionIndexing getConstrainable()
Returns the instance representing the String value "Constrainable"
public static FieldDefinitionIndexing getBoth()
Returns the instance representing the String value "Both"
public java.lang.String toString()
Returns the String value represented by this instance
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |