Interface MetaData

All Known Implementing Classes:
AbstractNodePathProperty, BooleanProperty, BooleanProperty, CategoryToFieldDefinition, CategoryToStreamVariables, ComponentEditor, ComponentNameProperty, ConnectionProperty, ConnectorController, DateProperty, DatetimeProperty, DefaultInspectorAdapter, EditProperty, ExceptionProperty, FileEditProperty, FunctionOutputPropertyListener, HistoryPropertyEditor, HttpStartComponentIconPropertyController, IconReplace, InputFieldProperty, JsonDocumentProperty, LaunchExternalApp, LoopProcessProperty, MappingProperty, PasswordProperty, PathResolverProperty, PluginCallProperty, PropertyNameProperty, RegexCheck, RemoteFileProperty, ReplaceComponent, ReplaceFunction, SearchConditionSpec, SearchExternalFile, SelectTemplate, SimplePropertyController, SimplePropertyController2, StartComponentIconPropertyController, StreamPassThroughProperty, SubFlowProperty, TimeProperty, VariantProperty, XMLDocumentProperty

public interface MetaData
XMLの設定ファイルから定義情報を取得することができることを しめすインターフェースです。
  • Method Summary

    Modifier and Type
    Method
    Description
    自身の複製を返します。
    MetaDataを実装クラスでも必ずしも複製可能である必要はありません。
    (CloneNotSupportedExceptionを投げても構いません。)
    void
    定義情報のある要素から設定情報を自身に反映します。
  • Method Details

    • setup

      void setup(Element el)
      定義情報のある要素から設定情報を自身に反映します。
    • clone

      自身の複製を返します。
      MetaDataを実装クラスでも必ずしも複製可能である必要はありません。
      (CloneNotSupportedExceptionを投げても構いません。)
      Throws:
      CloneNotSupportedException