|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
com.stc.connector.tcpip.model.state.PropertiesStateImpl
public class PropertiesStateImpl
A simple State which represents a java Properties.
Field Summary | |
---|---|
static java.lang.String |
version
|
Fields inherited from class java.util.Properties |
---|
defaults |
Fields inherited from interface com.stc.connector.tcpip.model.state.State |
---|
SCOPE_COLLABORATION, SCOPE_CONNECTION, SCOPE_OTD, SCOPE_PERSISTENCE, SCOPE_RESOURCE_ADAPTER |
Constructor Summary | |
---|---|
PropertiesStateImpl()
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.util.Properties |
---|
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML |
Methods inherited from class java.util.Hashtable |
---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String version
Constructor Detail |
---|
public PropertiesStateImpl()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.util.Hashtable<java.lang.Object,java.lang.Object>
Returns a string representation of the Properties object in the form
of a set of entries, enclosed in braces and separated by the ASCII
characters ", " (comma and space). Each entry is rendered as the key,
an equals sign =, and the associated element, where the toString
method is used to convert the key and element to strings.
|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |