|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilenet.vw.api.VWAssociationTargetType
public class VWAssociationTargetType
Specifies whether the type of target an association references is a node (step) or route in a map. In conjunction with the target id, the target type identifies the object referenced by an association. Because ids for steps and routes come from different pools, they could have the same id. The target type is needed to fully qualify the identity of the referenced object.
VWMapNode
,
VWRouteDefinition
,
VWAssociationDefinition
,
VWTextAnnotationDefinition
,
VWAssociationDefinition.getTargetType()
Field Summary | |
---|---|
static int |
TARGET_TYPE_MAPNODE
Value of 1. |
static int |
TARGET_TYPE_ROUTE
Value of 2. |
Constructor Summary | |
---|---|
VWAssociationTargetType()
|
Method Summary | |
---|---|
static java.lang.String |
_get_FILE_AUTHOR()
For FileNet internal use only, do not call. |
static java.lang.String |
_get_FILE_DATE()
For FileNet internal use only, do not call. |
static java.lang.String |
_get_FILE_REVISION()
For FileNet internal use only, do not call. |
static java.lang.String |
getLocalizedString(int targetType)
Get a localized String representation of the this instance. |
static boolean |
isValid(int targetType)
Indicates whether or not the target type is valid. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TARGET_TYPE_MAPNODE
public static final int TARGET_TYPE_ROUTE
Constructor Detail |
---|
public VWAssociationTargetType()
Method Detail |
---|
public static java.lang.String _get_FILE_DATE()
public static java.lang.String _get_FILE_AUTHOR()
public static java.lang.String _get_FILE_REVISION()
public static java.lang.String getLocalizedString(int targetType) throws VWException
targetType
- An integer identifying the target type to be represented.
VWException
- Thrown if the target type is invalid.public static boolean isValid(int targetType)
targetType
- An integer identifying the target type to be validated.
|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |