| Package | Description |
|---|---|
| org.unidal.codegen.model | |
| org.unidal.codegen.model.entity | |
| org.unidal.codegen.model.transform |
| Modifier and Type | Method and Description |
|---|---|
void |
IVisitor.visitProperty(PropertyModel property) |
| Modifier and Type | Method and Description |
|---|---|
PropertyModel |
OutputModel.findProperty(String name) |
PropertyModel |
OutputModel.removeProperty(String name) |
PropertyModel |
PropertyModel.setName(String name) |
PropertyModel |
PropertyModel.setText(String text) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyModel> |
OutputModel.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
OutputModel |
OutputModel.addProperty(PropertyModel property) |
void |
PropertyModel.mergeAttributes(PropertyModel other) |
| Modifier and Type | Method and Description |
|---|---|
PropertyModel |
DefaultXmlMaker.buildProperty(Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultLinker.onProperty(OutputModel parent,
PropertyModel property) |
void |
DefaultXmlBuilder.visitProperty(PropertyModel property) |
void |
BaseVisitor.visitProperty(PropertyModel property) |
Copyright © 2022 Unidal Organization. All rights reserved.