com.moesol.bindings.platform_sdk.data_services
Interface PropertyAttributesEnum


public interface PropertyAttributesEnum

IDL: [ helpstring(""), ] enum


Field Summary
static int adPropNotSupported
          adPropNotSupported = 0
static int adPropOptional
          adPropOptional = 2
static int adPropRead
          adPropRead = 512
static int adPropRequired
          adPropRequired = 1
static int adPropWrite
          adPropWrite = 1024
 

Field Detail

adPropNotSupported

static final int adPropNotSupported
adPropNotSupported = 0

See Also:
Constant Field Values

adPropRequired

static final int adPropRequired
adPropRequired = 1

See Also:
Constant Field Values

adPropOptional

static final int adPropOptional
adPropOptional = 2

See Also:
Constant Field Values

adPropRead

static final int adPropRead
adPropRead = 512

See Also:
Constant Field Values

adPropWrite

static final int adPropWrite
adPropWrite = 1024

See Also:
Constant Field Values


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.