Package wt.util
Interface WTAttributeNameIfc
public interface WTAttributeNameIfc
WTAttributeNameIfc specifies persistInfo AttributeDescriptor relative paths
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the object's createStamp attribute.static final StringName of the id portion of the object's identifier.static final StringName of the latest iteration attribute.static final StringName of the link's role A reference.static final StringName of the link's role B reference.static final StringName of the object's modifyStamp attribute.static final StringName of the object's identifier structured attribute.static final StringName of the classname portion of the object's identifier.static final StringName of the object's persistInfo structured attribute.static final StringName of the classname portion of an object reference.static final StringName of the id portion of an object reference.static final StringThe suffix for names of references to role objects.static final StringName of the id portion of an version reference.static final StringName of the role A object.static final StringName of the role B object.static final StringName of the classname attribute of the role A reference.static final StringName of the id attribute of role A reference.static final StringName of the branchId attribute of role A reference.static final StringName of the classname attribute of the role B reference.static final StringName of the id attribute of role B reference.static final StringName of the branchId attribute of role B reference.static final StringName of the object's updateCount attribute.static final StringName of the object's updateStamp attribute.static final StringName of the id portion of the object's version identifier.
-
Field Details
-
PERSIST_INFO
Name of the object's persistInfo structured attribute.
Supported API: true- See Also:
-
OBJECT_IDENTIFIER
Name of the object's identifier structured attribute.
Supported API: true- See Also:
-
ID_NAME
Name of the id portion of the object's identifier.
Supported API: true- See Also:
-
OID_CLASSNAME
Name of the classname portion of the object's identifier.
Supported API: true- See Also:
-
UPDATE_COUNT_NAME
Name of the object's updateCount attribute.
Supported API: true- See Also:
-
CREATE_STAMP_NAME
Name of the object's createStamp attribute.
Supported API: true- See Also:
-
MODIFY_STAMP_NAME
Name of the object's modifyStamp attribute.
Supported API: true- See Also:
-
UPDATE_STAMP_NAME
Name of the object's updateStamp attribute.
Supported API: true- See Also:
-
REF_OBJECT_ID
Name of the id portion of an object reference.
Supported API: true- See Also:
-
REF_CLASSNAME
Name of the classname portion of an object reference.
Supported API: true- See Also:
-
REF_VERSION_ID
Name of the id portion of an version reference.
Supported API: true- See Also:
-
VERSION_ID_NAME
Name of the id portion of the object's version identifier.
Supported API: true- See Also:
-
ROLE_AOBJECT_ROLE
Name of the role A object.
Supported API: true- See Also:
-
ROLE_BOBJECT_ROLE
Name of the role B object.
Supported API: true- See Also:
-
LINK_REFA
Name of the link's role A reference.
Supported API: true- See Also:
-
LINK_REFB
Name of the link's role B reference.
Supported API: true- See Also:
-
ROLEA_OBJECT_ID
Name of the id attribute of role A reference.
Supported API: true- See Also:
-
ROLEB_OBJECT_ID
Name of the id attribute of role B reference.
Supported API: true- See Also:
-
ROLEA_VERSION_ID
Name of the branchId attribute of role A reference.
Supported API: true- See Also:
-
ROLEB_VERSION_ID
Name of the branchId attribute of role B reference.
Supported API: true- See Also:
-
ROLEA_CLASSNAME
Name of the classname attribute of the role A reference.
Supported API: true- See Also:
-
ROLEB_CLASSNAME
Name of the classname attribute of the role B reference.
Supported API: true- See Also:
-
LATEST_ITERATION
Name of the latest iteration attribute.
Supported API: true- See Also:
-
REF_SUFFIX
The suffix for names of references to role objects.
Supported API: true- See Also:
-