Interface CreateDescriptorIF

All Superinterfaces:
Serializable
All Known Implementing Classes:
CreateDescriptorInnovator, CreateDescriptorInnovatorDiagram, CreateDescriptorText

public interface CreateDescriptorIF extends Serializable
Empty interface which indicates that the implementing class contains the description how to create new model elements.
Version:
11.1.0
Author:
jmback
  • Method Details

    • getDescription

      String getDescription()
      Description what will be build on target side.
      Returns:
      String description to display for user
    • getName

      String getName()
      Name of the element that is created by this description.
      Returns:
      String name to display for user
    • getType

      String getType()
      Name of the description.
      Returns:
      String name of element that is created by this description
    • getIcon

      String getIcon()
      Icon of the element that is created by this description.
      Returns:
      String icon to display for user
    • getElementProperty

      PropertyValue getElementProperty(PropertyDescriptorIF descriptor) throws M2MException, RemoteException
      Get the property value for a property descriptor of element that is created by this description.
      Parameters:
      descriptor -
      Returns:
      the value of the element's property described by the PropertyDescriptor
      Throws:
      M2MException - error
      RemoteException