|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openehr.rm.RMObject
org.openehr.rm.common.archetyped.Archetyped
public final class Archetyped
Archetypes act as the configuration basis for the particular
structures of instances defined by the reference model. To enable
archetypes to be used to create valid data, key classes in the
reference model act as "root" points for archetyping; accordingly,
these classes have the archetype_details attribute set.
An instance of the class Archetyped contains the
relevant archetype identification information, allowing generating
archetypes to be matched up with data instances.
| Constructor Summary | |
|---|---|
Archetyped(ArchetypeID archetypeID,
AccessGroupReference accessControl,
java.lang.String referenceModelVersion)
Construcst an Archetyped |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Equals if have same values |
AccessGroupReference |
getAccessControl()
The access control settings of this component |
ArchetypeID |
getArchetypeID()
Globally unique archetype identifier |
java.lang.String |
getReferenceModelVersion()
Version of the openEHR reference model used to create this object |
int |
hashCode()
Hashcode of this object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Archetyped(ArchetypeID archetypeID,
AccessGroupReference accessControl,
java.lang.String referenceModelVersion)
archetypeID - accessControl - referenceModelVersion -
java.lang.IllegalArgumentException - if archetypeID null
or referenceModelVersion empty| Method Detail |
|---|
public ArchetypeID getArchetypeID()
public AccessGroupReference getAccessControl()
public java.lang.String getReferenceModelVersion()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto -
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||