| Package | Description |
|---|---|
| org.mule.metadata.api.model | |
| org.mule.metadata.api.model.impl | |
| org.mule.metadata.api.visitor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryType
Represents Binary content type
|
interface |
BooleanType |
interface |
DateTimeType
A Date + Time Type
|
interface |
DateType
A date type with Year Month Day
|
interface |
NullType
The null type.
|
interface |
NumberType
Numeric Types
|
interface |
StringType
String types
|
interface |
TimeType
Time only representation
|
| Modifier and Type | Method and Description |
|---|---|
SimpleType |
AttributeFieldType.getValue()
The value of the attribute
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBinaryType |
class |
DefaultBooleanType |
class |
DefaultDateTimeType |
class |
DefaultDateType |
class |
DefaultNullType |
class |
DefaultNumberType |
class |
DefaultStringType |
class |
DefaultTimeType |
| Modifier and Type | Method and Description |
|---|---|
SimpleType |
DefaultAttributeFieldType.getValue() |
| Constructor and Description |
|---|
DefaultAttributeFieldType(AttributeKeyType key,
SimpleType value,
boolean required,
MetadataFormat metadataFormat,
Map<Class<? extends TypeAnnotation>,TypeAnnotation> extensions) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataTypeVisitor.visitSimpleType(SimpleType simpleType) |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.