Interface StructureInstance
- All Known Implementing Classes:
FieldBaseStructureInstance
,PrimitiveStructureInstance
public interface StructureInstance
An instance of
StructureDefinition
- Author:
- Esteban Robles Luna
-
Method Summary
-
Method Details
-
toArray
Object[] toArray()Converts this structure instance into an array- Returns:
- this structure as an array
-
loadFrom
Loads this structure from array- Parameters:
array
- the array where this structure loads data
-