Base class for objects that handle the interface between the generic boundary condition wrapper and the various types of concrete object implemented in Mechanical.
Declaration Syntax
public abstract class FieldAdapter
Table 83: Members
Constructor | FieldAdapter(IDSBCInformation) |
No details are provided for this entry. |
Property | FieldProvider |
Gets the wrapped object from Mechanical. |
Method | ChangeFieldDefinitionType(AnsBCLVType, kEDDataType) |
Changes the definition type for a field of the wrapped object from Mechanical. |
NestedType | IDefinition |
Interface implemented by objects that specify a type of adapter for a given field provider object from Mechanical. |
NestedType | Keywords |
Helper static class that translates a component definition type into the magic string to provide to Mechanical object's property to make it switch to the desired definition. |