com.genesyslab.ail.srl
Class SearchSRLTemplate.SRLAttribute

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.srl.SearchSRLTemplate.SRLAttribute
Enclosing interface:
SearchSRLTemplate

public static class SearchSRLTemplate.SRLAttribute
extends Enum

Lists the possible attributes that you can use for a SRL search.


Field Summary
static SearchSRLTemplate.SRLAttribute BODY
          Constant for the 'BODY' SRL attribute.
static int BODY_
          Constant for the 'BODY' SRL attribute.
static SearchSRLTemplate.SRLAttribute DESCRIPTION
          Constant for the 'DESCRIPTION' SRL attribute.
static int DESCRIPTION_
          Constant for the 'DESCRIPTION' SRL attribute.
static int MAX
          The number of defined constants, also the next usable value for the possible constants.
static SearchSRLTemplate.SRLAttribute NAME
          Constant for the 'NAME' SRL attribute.
static int NAME_
          Constant for the 'NAME' SRL attribute.
static SearchSRLTemplate.SRLAttribute SUBJECT
          Constant for the 'SUBJECT' SRL attribute.
static int SUBJECT_
          Constant for the 'SUBJECT' SRL attribute.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static SearchSRLTemplate.SRLAttribute getSRLAttribute(int value)
          Returns the SRLAttribute for this value.
static int max()
          The number of defined constants, also the next usable value for the possible constants.
 
Methods inherited from class com.genesyslab.ail.Enum
equals, hashCode, toInt, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME_

public static final int NAME_
Constant for the 'NAME' SRL attribute.

See Also:
Constant Field Values

NAME

public static final SearchSRLTemplate.SRLAttribute NAME
Constant for the 'NAME' SRL attribute.


DESCRIPTION_

public static final int DESCRIPTION_
Constant for the 'DESCRIPTION' SRL attribute.

See Also:
Constant Field Values

DESCRIPTION

public static final SearchSRLTemplate.SRLAttribute DESCRIPTION
Constant for the 'DESCRIPTION' SRL attribute.


SUBJECT_

public static final int SUBJECT_
Constant for the 'SUBJECT' SRL attribute.

See Also:
Constant Field Values

SUBJECT

public static final SearchSRLTemplate.SRLAttribute SUBJECT
Constant for the 'SUBJECT' SRL attribute.


BODY_

public static final int BODY_
Constant for the 'BODY' SRL attribute.

See Also:
Constant Field Values

BODY

public static final SearchSRLTemplate.SRLAttribute BODY
Constant for the 'BODY' SRL attribute.


MAX

public static final int MAX
The number of defined constants, also the next usable value for the possible constants.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The number of defined constants, also the next usable value for the possible constants.


getSRLAttribute

public static final SearchSRLTemplate.SRLAttribute getSRLAttribute(int value)
Returns the SRLAttribute for this value.