GLG Toolkit, Java Class Library  Version 4.5
GlgObjectMatchType

Object matching criteria for the FindObjects method. More...

Detailed Description

Object matching criteria for the FindObjects method.

Constants

static final int CUSTOM_MATCH = 16
 Use the specified custom match method. More...
 
static final int OBJECT_ID_MATCH = 8
 Match by the specified object ID. More...
 
static final int OBJECT_NAME_MATCH = 2
 Match by the specified object name. More...
 
static final int OBJECT_TYPE_MATCH = 1
 Match by the specified object type. More...
 
static final int RESOURCE_MATCH = 4
 Match by presence of the specified resource. More...
 

Variable Documentation

◆ CUSTOM_MATCH

final int CUSTOM_MATCH = 16
static

Use the specified custom match method.

◆ OBJECT_ID_MATCH

final int OBJECT_ID_MATCH = 8
static

Match by the specified object ID.

◆ OBJECT_NAME_MATCH

final int OBJECT_NAME_MATCH = 2
static

Match by the specified object name.

◆ OBJECT_TYPE_MATCH

final int OBJECT_TYPE_MATCH = 1
static

Match by the specified object type.

◆ RESOURCE_MATCH

final int RESOURCE_MATCH = 4
static

Match by presence of the specified resource.