Interface PersistentProperty<T>
- 
@OpenApiAll public interface PersistentProperty<T>Property of symbol which represents persistent symbol information. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SymbolFeaturegetMetaInfo()TgetValue() 
 - 
 
- 
- 
Method Detail
- 
getValue
T getValue()
- Returns:
 - actual value of property
 
 
- 
getMetaInfo
SymbolFeature getMetaInfo()
- Returns:
 - property meta information - type of property, multiplicity, etc.
 
 
 - 
 
 -