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