| Package | Description |
|---|---|
| org.ornet.cdm |
| Modifier and Type | Field and Description |
|---|---|
protected ContextAssociationStateValue |
AbstractContextState.contextAssociation |
protected ContextAssociationStateValue |
SetPatientState.patientAssociationState |
| Modifier and Type | Method and Description |
|---|---|
static ContextAssociationStateValue |
ContextAssociationStateValue.fromValue(java.lang.String v) |
ContextAssociationStateValue |
AbstractContextState.getContextAssociation()
Ruft den Wert der contextAssociation-Eigenschaft ab.
|
ContextAssociationStateValue |
SetPatientState.getPatientAssociationState()
Ruft den Wert der patientAssociationState-Eigenschaft ab.
|
static ContextAssociationStateValue |
ContextAssociationStateValue.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContextAssociationStateValue[] |
ContextAssociationStateValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContextState.setContextAssociation(ContextAssociationStateValue value)
Legt den Wert der contextAssociation-Eigenschaft fest.
|
void |
SetPatientState.setPatientAssociationState(ContextAssociationStateValue value)
Legt den Wert der patientAssociationState-Eigenschaft fest.
|