| Modifier and Type | Class and Description |
|---|---|
class |
MetaDataPropertyManager<C extends MetaDataProperty>
Contains a group of properties, while ensures that any of those properties will ever collide.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MetaDataModelProperty
Marker interface for Meta Data Model properties.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends MetaDataProperty> |
MetaDataPropertyManager.getProperty(Class<T> propertyClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MetaDataPropertyManager.hasProperty(Class<? extends MetaDataProperty> fieldProperty) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MetaDataFieldProperty
Properties that meta data fields will be able to have
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExampleFieldProperty
Use this property to store a string example of the corresponding type.
|
class |
ValidStringValuesFieldProperty
Property used to represent a list of valid enum values.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DsqlMetaDataFieldProperty
Top level interface for all meta data field DSQL related properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DsqlOrderMetaDataFieldProperty |
class |
DsqlQueryOperatorsMetaDataFieldProperty
Properties regarding operators in WHERE conditions
|
class |
DsqlSelectMetaDataFieldProperty |
class |
DsqlWhereMetaDataFieldProperty |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MetaDataKeyProperty
Properties that
MetaDataKey will be able to have |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeDescribingProperty
Property used between DevKit and the connector.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DsqlMetaDataKeyProperty
Top level interface for all meta data key DSQL related properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DsqlFromMetaDataKeyProperty |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVHasHeadersMetaDataProperty |
class |
DescriptionMetaDataProperty
Property used to specify a description of a field.
|
class |
LabelMetaDataProperty
Property used to specify a label of a field that will be something more descriptive than the name.
|
class |
QNameMetaDataProperty |
class |
StructureIdentifierMetaDataModelProperty
Property used to reference a key
StructureIdentifierMetaDataModelProperty.metaDataKey from a concrete entity, describing also if the current entity
is a derived one or not (see StructureIdentifierMetaDataModelProperty.isDerivedStructure()) |
class |
TextBasedExampleMetaDataModelProperty
String based example property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeMetaDataFieldProperty
Created by machaval on 1/26/14.
|
class |
SchemaTypeMetaDataProperty
Contains the qname of schema type of the metadata model.
|
class |
UnboundMetaDataProperty |
class |
XsiTypeMetaDataProperty |
Copyright © 2015 MuleSoft, Inc.. All rights reserved.