Class ListProperty

java.lang.Object
com.nomagic.magicdraw.properties.Property
com.nomagic.magicdraw.properties.ListProperty
All Implemented Interfaces:
PropertyVisitorAcceptor, Cloneable
Direct Known Subclasses:
ClassPathEntriesListProperty, ElementListProperty

@OpenApiAll public class ListProperty extends Property
ListProperty represents a property for storing and editing entries of the list.
  • Constructor Details

    • ListProperty

      public ListProperty()
      Creates and initializes a new ListProperty object. ID of the property will be empty string and value - null.
    • ListProperty

      public ListProperty(String id, Object[] value)
      Creates and initializes a new ListProperty object from specified parameters.
      Parameters:
      id - - id of the property.
      value - - value of the property.
  • Method Details