Interface StructureInstance
-
- All Known Implementing Classes:
FieldBaseStructureInstance,PrimitiveStructureInstance
@Internal public interface StructureInstance
An instance ofStructureDefinition
-
-
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
-