public class SimplePropertyDefConfig extends Object implements PropertyDefConfig
PropertyDefConfig.
Can be used as a simple PropertyDefConfig within Node,
NodeConfig and NodeConfigTransferObject implementations.
See org.azyva.dragom.model.config.impl.simple from dragom-core.
| Constructor and Description |
|---|
SimplePropertyDefConfig(String name,
String value,
boolean indOnlyThisNode)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the
|
String |
getValue() |
boolean |
isOnlyThisNode() |
String |
toString() |
public SimplePropertyDefConfig(String name, String value, boolean indOnlyThisNode)
name - Name.value - Value.indOnlyThisNode - Indicates that this property applies specifically to the
NodeConfig on which it is defined, as opposed to being inherited by
child NodeConfig when interpreted by the Model.public String getName()
PropertyDefConfiggetName in interface PropertyDefConfigpublic String getValue()
getValue in interface PropertyDefConfigpublic boolean isOnlyThisNode()
isOnlyThisNode in interface PropertyDefConfigNodeConfig on which it is defined, as opposed to being inherited by
child NodeConfig when interpreted by the Model.public String toString()
toString in class ObjectPropertyDefConfig instance, in logs for example.Copyright © 2015–2016 AZYVA INC.. All rights reserved.