public interface ISchemaProperty
| Modifier and Type | Method and Description |
|---|---|
List<IAnnotationModel> |
getAnnotations() |
String |
getDefaultValue() |
String |
getName() |
String |
getNamespace() |
StructureType |
getStructureType() |
ISchemaType |
getType() |
boolean |
isAttribute() |
boolean |
isGeneric() |
boolean |
isRequired() |
String getName()
ISchemaType getType()
boolean isAttribute()
boolean isRequired()
StructureType getStructureType()
String getNamespace()
boolean isGeneric()
List<IAnnotationModel> getAnnotations()
String getDefaultValue()
Copyright © 2015 Mulesoft. All rights reserved.