public class BindingProperties extends java.lang.Object implements PropertiesHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Integer |
DEFAULT_BINDING_ID |
static java.lang.String |
PROP_BINDING_ID |
FALSE, TRUE| Constructor and Description |
|---|
BindingProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishedSection(int depth)
This method indicates the PropertiesHandler, that the last section with the given depth has
been read completely.
|
static java.lang.String |
getClassName()
Returns class name, if object of this class was already created, else null.
|
List |
getCommunicationBinding(java.lang.Integer bindingId)
Returns a List with bindings.
|
DiscoveryBinding |
getDiscoveryBinding(java.lang.Integer bindingId) |
static BindingProperties |
getInstance() |
void |
setProperties(PropertyHeader header,
Property property) |
java.lang.String |
toString() |
public static final java.lang.String PROP_BINDING_ID
public static final java.lang.Integer DEFAULT_BINDING_ID
public static BindingProperties getInstance()
public static java.lang.String getClassName()
public void setProperties(PropertyHeader header, Property property)
setProperties in interface PropertiesHandlerheader - header of sectionproperty - property within sectionpublic void finishedSection(int depth)
PropertiesHandlerfinishedSection in interface PropertiesHandlerdepth - depth of section.public List getCommunicationBinding(java.lang.Integer bindingId)
bindingId - List with Bindingspublic DiscoveryBinding getDiscoveryBinding(java.lang.Integer bindingId)
public java.lang.String toString()
toString in class java.lang.Object