Interface StructureInstance
-
- All Known Implementing Classes:
FieldBaseStructureInstance,PrimitiveStructureInstance
public interface StructureInstanceAn instance ofStructureDefinition- Author:
- Esteban Robles Luna
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadFrom(Object[] array)Loads this structure from arrayObject[]toArray()Converts this structure instance into an array
-