wt.util
Interface WTAttributeNameIfc

All Known Implementing Classes:
CompareSchema, ExampleApplication, QueryHelper, UpgradeManager, WTPreparedStatement, WTResultSet

public interface WTAttributeNameIfc

WTAttributeNameIfc specifies persistInfo AttributeDescriptor relative paths

Supported API: true
Extendable: false


Field Summary
static String CREATE_STAMP_NAME
          Name of the object's createStamp attribute.
static String ID_NAME
          Name of the id portion of the object's identifier.
static String LATEST_ITERATION
          Name of the latest iteration attribute.
static String LINK_REFA
          Name of the link's role A reference.
static String LINK_REFB
          Name of the link's role B reference.
static String MODIFY_STAMP_NAME
          Name of the object's modifyStamp attribute.
static String OBJECT_IDENTIFIER
          Name of the object's identifier structured attribute.
static String OID_CLASSNAME
          Name of the classname portion of the object's identifier.
static String PERSIST_INFO
          Name of the object's persistInfo structured attribute.
static String REF_CLASSNAME
          Name of the classname portion of an object reference.
static String REF_OBJECT_ID
          Name of the id portion of an object reference.
static String REF_SUFFIX
          The suffix for names of references to role objects.
static String ROLE_AOBJECT_ROLE
          Name of the role A object.
static String ROLE_BOBJECT_ROLE
          Name of the role B object.
static String ROLEA_CLASSNAME
          Name of the classname attribute of the role A reference.
static String ROLEA_OBJECT_ID
          Name of the id attribute of role A reference.
static String ROLEA_VERSION_ID
          Name of the branchId attribute of role A reference.
static String ROLEB_CLASSNAME
          Name of the classname attribute of the role B reference.
static String ROLEB_OBJECT_ID
          Name of the id attribute of role B reference.
static String ROLEB_VERSION_ID
          Name of the branchId attribute of role B reference.
static String UPDATE_COUNT_NAME
          Name of the object's updateCount attribute.
static String UPDATE_STAMP_NAME
          Name of the object's updateStamp attribute.
 

Field Detail

PERSIST_INFO

public static final String PERSIST_INFO
Name of the object's persistInfo structured attribute.

Supported API: true

See Also:
Constant Field Values

OBJECT_IDENTIFIER

public static final String OBJECT_IDENTIFIER
Name of the object's identifier structured attribute.

Supported API: true

See Also:
Constant Field Values

ID_NAME

public static final String ID_NAME
Name of the id portion of the object's identifier.

Supported API: true

See Also:
Constant Field Values

OID_CLASSNAME

public static final String OID_CLASSNAME
Name of the classname portion of the object's identifier.

Supported API: true

See Also:
Constant Field Values

UPDATE_COUNT_NAME

public static final String UPDATE_COUNT_NAME
Name of the object's updateCount attribute.

Supported API: true

See Also:
Constant Field Values

CREATE_STAMP_NAME

public static final String CREATE_STAMP_NAME
Name of the object's createStamp attribute.

Supported API: true

See Also:
Constant Field Values

MODIFY_STAMP_NAME

public static final String MODIFY_STAMP_NAME
Name of the object's modifyStamp attribute.

Supported API: true

See Also:
Constant Field Values

UPDATE_STAMP_NAME

public static final String UPDATE_STAMP_NAME
Name of the object's updateStamp attribute.

Supported API: true

See Also:
Constant Field Values

REF_OBJECT_ID

public static final String REF_OBJECT_ID
Name of the id portion of an object reference.

Supported API: true

See Also:
Constant Field Values

REF_CLASSNAME

public static final String REF_CLASSNAME
Name of the classname portion of an object reference.

Supported API: true

See Also:
Constant Field Values

ROLE_AOBJECT_ROLE

public static final String ROLE_AOBJECT_ROLE
Name of the role A object.

Supported API: true

See Also:
Constant Field Values

ROLE_BOBJECT_ROLE

public static final String ROLE_BOBJECT_ROLE
Name of the role B object.

Supported API: true

See Also:
Constant Field Values

LINK_REFA

public static final String LINK_REFA
Name of the link's role A reference.

Supported API: true

See Also:
Constant Field Values

LINK_REFB

public static final String LINK_REFB
Name of the link's role B reference.

Supported API: true

See Also:
Constant Field Values

ROLEA_OBJECT_ID

public static final String ROLEA_OBJECT_ID
Name of the id attribute of role A reference.

Supported API: true

See Also:
Constant Field Values

ROLEB_OBJECT_ID

public static final String ROLEB_OBJECT_ID
Name of the id attribute of role B reference.

Supported API: true

See Also:
Constant Field Values

ROLEA_VERSION_ID

public static final String ROLEA_VERSION_ID
Name of the branchId attribute of role A reference.

Supported API: true

See Also:
Constant Field Values

ROLEB_VERSION_ID

public static final String ROLEB_VERSION_ID
Name of the branchId attribute of role B reference.

Supported API: true

See Also:
Constant Field Values

ROLEA_CLASSNAME

public static final String ROLEA_CLASSNAME
Name of the classname attribute of the role A reference.

Supported API: true

See Also:
Constant Field Values

ROLEB_CLASSNAME

public static final String ROLEB_CLASSNAME
Name of the classname attribute of the role B reference.

Supported API: true

See Also:
Constant Field Values

LATEST_ITERATION

public static final String LATEST_ITERATION
Name of the latest iteration attribute.

Supported API: true

See Also:
Constant Field Values

REF_SUFFIX

public static final String REF_SUFFIX
The suffix for names of references to role objects.

Supported API: true

See Also:
Constant Field Values