ca.infoway.messagebuilder.xml
Class AnnotationType

Package class diagram package AnnotationType
java.lang.Object
  extended by ca.infoway.messagebuilder.lang.Enum
      extended by ca.infoway.messagebuilder.lang.EnumPattern
          extended by ca.infoway.messagebuilder.xml.AnnotationType
All Implemented Interfaces:
Serializable, Comparable

public class AnnotationType
extends EnumPattern

Annotation Type.

This enum models the various annotation types in the HL7 standards materials. VB: The following constraints are taken from section 6.2.4.1 "Constrained Item Properties", page 39 of the SMCT User Guide. https://www.i-proving.ca/download/Projects/e-Health/CHI/SMCT/SMCT+User+Guide+v0.3+%28MASTER%29.pdf

Author:
Intelliware Development
See Also:
Serialized Form

Field Summary
static AnnotationType APPENDIX
           
static AnnotationType BALLOT_COMMENT
           
static AnnotationType CHANGE_REQUEST
           
static AnnotationType CONSTRAINT
           
static AnnotationType DEFINITION
           
static AnnotationType DEPRECATION_INFO
           
static AnnotationType DESCRIPTION
           
static AnnotationType DESIGN_COMMENTS
           
static AnnotationType MAPPING
           
static AnnotationType OPEN_ISSUE
           
static AnnotationType OTHER_NOTES
           
static AnnotationType RATIONALE
           
static AnnotationType REQUIREMENTS
           
static AnnotationType STABILITY_REMARKS
           
static AnnotationType STATIC_EXAMPLE
           
static AnnotationType USAGE_CONSTRAINT
           
static AnnotationType USAGE_NOTES
           
static AnnotationType WALKTHROUGH
           
 
Fields inherited from class ca.infoway.messagebuilder.lang.Enum
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR
 
Method Summary
 String getDisplayName()
           
 String[] getMifElementNames()
           
 void setDisplayName(String displayName)
           
 
Methods inherited from class ca.infoway.messagebuilder.lang.EnumPattern
getEnumConstants, isEnum, name, toString, valueOf, values
 
Methods inherited from class ca.infoway.messagebuilder.lang.Enum
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, getShortClassName, getShortClassName, hashCode, iterator, readResolve
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CONSTRAINT

public static final AnnotationType CONSTRAINT

DESIGN_COMMENTS

public static final AnnotationType DESIGN_COMMENTS

MAPPING

public static final AnnotationType MAPPING

OPEN_ISSUE

public static final AnnotationType OPEN_ISSUE

OTHER_NOTES

public static final AnnotationType OTHER_NOTES

RATIONALE

public static final AnnotationType RATIONALE

USAGE_NOTES

public static final AnnotationType USAGE_NOTES

DESCRIPTION

public static final AnnotationType DESCRIPTION

DEFINITION

public static final AnnotationType DEFINITION

USAGE_CONSTRAINT

public static final AnnotationType USAGE_CONSTRAINT

REQUIREMENTS

public static final AnnotationType REQUIREMENTS

STABILITY_REMARKS

public static final AnnotationType STABILITY_REMARKS

WALKTHROUGH

public static final AnnotationType WALKTHROUGH

APPENDIX

public static final AnnotationType APPENDIX

BALLOT_COMMENT

public static final AnnotationType BALLOT_COMMENT

CHANGE_REQUEST

public static final AnnotationType CHANGE_REQUEST

STATIC_EXAMPLE

public static final AnnotationType STATIC_EXAMPLE

DEPRECATION_INFO

public static final AnnotationType DEPRECATION_INFO
Method Detail

getMifElementNames

public String[] getMifElementNames()

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)


Copyright © 2013. All Rights Reserved.