|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hl7.meta.Conformance
public class Conformance
A type safe enumeration of conformance flags for HL7 v3 attributes.
| Field Summary | |
|---|---|
static Conformance |
NOT_PERMITTED
Conformance flag NP (Not Permitted). |
static Conformance |
REQUIRED
Conformance flag R (Required). |
| Method Summary | |
|---|---|
static Conformance |
create(java.lang.String s)
Looks up conformance by its string representation. |
java.lang.String |
toString()
Converts conofrmance to its string representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static Conformance REQUIRED
public static Conformance NOT_PERMITTED
| Method Detail |
|---|
public static Conformance create(java.lang.String s)
s - the string to look up
java.lang.IllegalArgumentException - if the string cannot be looked uppublic java.lang.String toString()
toString in class java.lang.Objectjava.lang.IllegalArgumentException - on internal error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||