Uses of Interface
com.amalgamasimulation.ecoreutils.CustomFieldContainer
Packages that use CustomFieldContainer
-
Uses of CustomFieldContainer in com.amalgamasimulation.ecoreutils
Methods in com.amalgamasimulation.ecoreutils that return CustomFieldContainerModifier and TypeMethodDescriptionEcoreutilsFactory.createCustomFieldContainer()Returns a new object of class 'Custom Field Container'.CustomField.getContainer()Returns the value of the 'Container' container reference.Methods in com.amalgamasimulation.ecoreutils with parameters of type CustomFieldContainerModifier and TypeMethodDescriptionstatic booleanCustomFields.getBoolean(CustomFieldContainer container, String customFieldName) Extract the value of a Boolean custom field.static ColorCustomFields.getColor(CustomFieldContainer container, String customFieldName) Extract the value of a Color custom field.static CustomFieldCustomFields.getCustomField(CustomFieldContainer container, String customFieldName) Returns the custom field with the specified name.static DayOfWeekCustomFields.getDayOfWeek(CustomFieldContainer container, String customFieldName) Extract the value of a DayOfWeek custom field.static doubleCustomFields.getDouble(CustomFieldContainer container, String customFieldName) Extract the value of a Double custom field.static intCustomFields.getInt(CustomFieldContainer container, String customFieldName) Extract the value of an Integer custom field.static LocalDateTimeCustomFields.getLocalDateTime(CustomFieldContainer container, String customFieldName) Extract the value of a LocalDateTime custom field.static LocalTimeCustomFields.getLocalTime(CustomFieldContainer container, String customFieldName) Extract the value of a LocalTime custom field.static longCustomFields.getLong(CustomFieldContainer container, String customFieldName) Extract the value of a Long custom field.static org.apache.commons.math3.distribution.RealDistributionCustomFields.getRealDistribution(CustomFieldContainer container, String customFieldName) Extract the value of a RealDistribution custom field.static <T extends org.eclipse.emf.ecore.EObject>
TCustomFields.getReference(CustomFieldContainer container, String referenceName, Class<T> clazz) Extract a custom reference field.static StringCustomFields.getString(CustomFieldContainer container, String customFieldName) Extract the value of a String custom field.static CustomReferenceFieldCustomFields.putReference(CustomFieldContainer container, String referenceName, org.eclipse.emf.ecore.EObject object) Add a EObject reference to the custom field container.static <T> CustomFieldCustomFields.putValue(CustomFieldContainer container, String customFieldName, T customFieldValue) Add a custom field to the custom field container.static voidCustomFields.removeCustomField(CustomFieldContainer container, String customFieldName) Removes the custom field from the container.voidCustomField.setContainer(CustomFieldContainer value) Sets the value of the 'Container' container reference.