Interface BasicConfigurationPropertyModel.RankedProperty
- 
- All Known Implementing Classes:
 BasicConfigurationPropertyModel.DefaultRankedProperty,BasicConfigurationPropertyModel.InternalProperty
- Enclosing class:
 - BasicConfigurationPropertyModel
 
protected static interface BasicConfigurationPropertyModel.RankedProperty 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Property<?>getProperty()intgetRank() 
 - 
 
- 
- 
Method Detail
- 
getRank
int getRank()
 
- 
getProperty
Property<?> getProperty()
 
 - 
 
 -