Interface PersistentProperty<T>
@OpenApiAll
public interface PersistentProperty<T>
Property of symbol which represents persistent symbol information.
-
Method Summary
-
Method Details
-
getValue
T getValue()- Returns:
- actual value of property
-
getMetaInfo
SymbolFeature getMetaInfo()- Returns:
- property meta information - type of property, multiplicity, etc.
-