Interface PersistentProperty<T>


  • @OpenApiAll
    public interface PersistentProperty<T>
    Property of symbol which represents persistent symbol information.
    • Method Detail

      • getValue

        T getValue()
        Returns:
        actual value of property
      • getMetaInfo

        SymbolFeature getMetaInfo()
        Returns:
        property meta information - type of property, multiplicity, etc.