JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
cdac.medinfo.sdk.hl7282.commoninterface
Interface IDataTypeKey
All Known Implementing Classes:
EnumDataType
public interface
IDataTypeKey
Defines the methods which must be implemented by class implementing behavior of key for DataType name. Any Enum specifying data type name should implement this interface.
Method Summary
Methods
Modifier and Type
Method and Description
java.lang.String
getValue
()
Retrives Value of Data Type Key.
Method Detail
getValue
java.lang.String getValue()
Retrives Value of Data Type Key.
Returns:
String - Specifies Data Type Key value.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method