Uses of Interface
com.amalgamasimulation.ecoreutils.CustomField
Packages that use CustomField
-
Uses of CustomField in com.amalgamasimulation.ecoreutils
Subinterfaces of CustomField in com.amalgamasimulation.ecoreutilsModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Custom Reference Field'.interfaceA representation of the model object 'Custom Value Field'.Methods in com.amalgamasimulation.ecoreutils that return CustomFieldModifier and TypeMethodDescriptionstatic CustomFieldCustomFields.getCustomField(CustomFieldContainer container, String customFieldName) Returns the custom field with the specified name.static <T> CustomFieldCustomFields.putValue(CustomFieldContainer container, String customFieldName, T customFieldValue) Add a custom field to the custom field container.Methods in com.amalgamasimulation.ecoreutils that return types with arguments of type CustomFieldModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<CustomField> CustomFieldContainer.getCustomFields()Returns the value of the 'Custom Fields' containment reference list.