com.togethersoft.openapi.ide.inspector
Interface ModelPropertyNamesService
- All Known Implementing Classes:
- IdeInspectorCompoundComponent.ModelPropertyNamesServiceImpl, IdeInspectorPropertySetComponent.ModelPropertyNamesServiceImpl, IdeInspectorSinglePropertyComponent.ModelPropertyNamesServiceImpl, DescriptionComponent.ModelPropertyNamesServiceImpl
- public interface ModelPropertyNamesService
This service provides access to the names of properties of underlying model
accessed via inspector or inspector component. If some inspector or
inspector component would like to provide such information to the world,
it should provide access to implementation of this service with
getService() method
- Author:
- TogetherSoft
- Since: Together 5.0
getModelPropertyNames
public Enumeration getModelPropertyNames()
- Returns: Enumeration of the underlying model property names. Objects in
this enumeration should be instances of String