org.eml.MMAX2.api
Interface AttributeAPI

All Known Implementing Classes:
MMAX2Attribute

public interface AttributeAPI


Field Summary
static int FREETEXT
           
static int MARKABLE_POINTER
           
static int MARKABLE_SET
           
static int NOMINAL_BUTTON
           
static int NOMINAL_LIST
           
 
Method Summary
 MarkableRelation getMarkableRelation()
          (API) Returns the MarkableRelation object that this MMAX2Attribute is associated with.
 

Field Detail

NOMINAL_BUTTON

static final int NOMINAL_BUTTON
See Also:
Constant Field Values

NOMINAL_LIST

static final int NOMINAL_LIST
See Also:
Constant Field Values

FREETEXT

static final int FREETEXT
See Also:
Constant Field Values

MARKABLE_SET

static final int MARKABLE_SET
See Also:
Constant Field Values

MARKABLE_POINTER

static final int MARKABLE_POINTER
See Also:
Constant Field Values
Method Detail

getMarkableRelation

MarkableRelation getMarkableRelation()
(API) Returns the MarkableRelation object that this MMAX2Attribute is associated with.

Returns:
The MarkableRelation object that this MMAX2Attribute is associated with, or null if none.