commonj.connector.metadata
Interface MetadataConfigurationType


public interface MetadataConfigurationType

Enumerates the different configuration types that apply for a MetadataDiscovery or MetadataBuild.

Since:
1.1

Field Summary
static MetadataConfigurationType GENERATED_DATA_BINDING
          This attribute defines the Generated Data Binding configuration.
static MetadataConfigurationType GENERATED_RECORDS
          This attribute defines the Generated Records configuration.
static MetadataConfigurationType GENERIC_DATA_BINDING
          This attribute defines the Generic Data Binding configuration.
static MetadataConfigurationType GENERIC_RECORDS
          This attribute defines the Generic Records configuration.
static MetadataConfigurationType INBOUND_SERVICE
          This attribute defines the Inbound Service configuration.
static MetadataConfigurationType OUTBOUND_SERVICE
          This attribute defines the Outbound Service configuration.
 

Field Detail

GENERIC_RECORDS

static final MetadataConfigurationType GENERIC_RECORDS
This attribute defines the Generic Records configuration.


GENERATED_RECORDS

static final MetadataConfigurationType GENERATED_RECORDS
This attribute defines the Generated Records configuration.


GENERIC_DATA_BINDING

static final MetadataConfigurationType GENERIC_DATA_BINDING
This attribute defines the Generic Data Binding configuration.


GENERATED_DATA_BINDING

static final MetadataConfigurationType GENERATED_DATA_BINDING
This attribute defines the Generated Data Binding configuration.


INBOUND_SERVICE

static final MetadataConfigurationType INBOUND_SERVICE
This attribute defines the Inbound Service configuration.


OUTBOUND_SERVICE

static final MetadataConfigurationType OUTBOUND_SERVICE
This attribute defines the Outbound Service configuration.