public class HL7Configuration extends Object
Modifier and Type | Method and Description |
---|---|
Boolean |
getBooleanProperty(String name)
Get a Boolean property that tunes HL7 transport.
|
Boolean |
getBooleanProperty(String name,
Boolean def)
Get a boolean property that tunes HL7 transport.
|
static HL7Configuration |
getInstance() |
Integer |
getIntProperty(String name)
Get an int property that tunes HL7 transport.
|
Integer |
getIntProperty(String name,
Integer def)
Get an int property that tunes HL7 transport.
|
String |
getStringProperty(String name,
String def)
Get a String property that tunes HL7 transport.
|
public static HL7Configuration getInstance()
public Integer getIntProperty(String name, Integer def)
name
- name of the system/config propertydef
- default value to return if the property is not setpublic Integer getIntProperty(String name)
name
- name of the system/config propertypublic Boolean getBooleanProperty(String name, Boolean def)
name
- name of the system/config propertydef
- default value to return if the property is not setpublic Boolean getBooleanProperty(String name)
name
- name of the system/config propertypublic String getStringProperty(String name, String def)
name
- name of the system/config propertydef
- default value to return if the property is not setCopyright © 2017 WSO2. All rights reserved.