| Modifier and Type | Method and Description |
|---|---|
static StructureType |
StructureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructureType[] |
StructureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResourceVisitor.afterSchemaGen(ITypeModel t,
StructureType st)
afterSchemaGen.
|
protected File |
ResourceVisitor.constructFileLocation(String name,
String fileType,
String mediaType,
StructureType st) |
protected String |
ResourceVisitor.constructFileName(String name,
String fileType,
String mediaType,
StructureType st) |
protected String |
ResourceVisitor.constructRelativeFilePath(String name,
String fileType,
String mediaType,
StructureType st) |
protected boolean |
ResourceVisitor.generateXMLSchema(ITypeModel t,
StructureType st)
generateXMLSchema.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
RuntimeResourceVisitor.generateXMLSchema(ITypeModel t,
StructureType st)
generateXMLSchema.
|
| Modifier and Type | Method and Description |
|---|---|
StructureType |
JAXBProperty.getStructureType() |
| Modifier and Type | Method and Description |
|---|---|
ISchemaType |
SchemaModelBuilder.buildSchemaModel(JAXBType jaxbType,
StructureType st) |
| Modifier and Type | Method and Description |
|---|---|
StructureType |
SimpleType.getParentStructureType() |
StructureType |
ISchemaType.getParentStructureType() |
StructureType |
ISchemaProperty.getStructureType() |
| Modifier and Type | Method and Description |
|---|---|
StructureType |
TypeModelImpl.getParentStructureType() |
StructureType |
PropertyModelImpl.getStructureType() |
| Constructor and Description |
|---|
PropertyModelImpl(String name,
ISchemaType type,
boolean required,
boolean isAttribute,
StructureType structureType,
String namespace,
List<IAnnotationModel> annotations) |
TypeModelImpl(String name,
String classQualifiedName,
Map<String,String> namespaces,
boolean isSimple,
StructureType parentStructureType,
List<IAnnotationModel> annotations) |
TypeModelImpl(String name,
String classQualifiedName,
Map<String,String> namespaces,
StructureType parentStructureType,
JAXBClassMapping mapping,
List<IAnnotationModel> annotations) |
TypeModelImpl(String name,
String classQualifiedName,
Map<String,String> namespaces,
StructureType parentStructureType,
List<IAnnotationModel> annotations) |
Copyright © 2015 Mulesoft. All rights reserved.