| Package | Description |
|---|---|
| org.azyva.dragom.model.config |
Contains
Model configuration interfaces. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimplePropertyDefConfig
Simple implementation for
PropertyDefConfig. |
| Modifier and Type | Method and Description |
|---|---|
PropertyDefConfig |
SimpleNodeConfigTransferObject.getPropertyDefConfig(String name) |
PropertyDefConfig |
NodeConfigTransferObject.getPropertyDefConfig(String name)
Returns a
PropertyDefConfig. |
PropertyDefConfig |
NodeConfig.getPropertyDefConfig(String name)
Returns a
PropertyDefConfig. |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyDefConfig> |
SimpleNodeConfigTransferObject.getListPropertyDefConfig() |
List<PropertyDefConfig> |
NodeConfigTransferObject.getListPropertyDefConfig()
Returns a List of all the
PropertyDefConfig's. |
List<PropertyDefConfig> |
NodeConfig.getListPropertyDefConfig()
Returns a List of all the
PropertyDefConfig's. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimpleNodeConfigTransferObject.setPropertyDefConfig(PropertyDefConfig propertyDefConfig) |
boolean |
NodeConfigTransferObject.setPropertyDefConfig(PropertyDefConfig propertyDefConfig)
Sets a
PropertyDefConfig. |
Copyright © 2015–2016 AZYVA INC.. All rights reserved.