Interface PropertiesResource
-
public interface PropertiesResourceThis interface defines aPropertiesResource. APropertiesResourceis defined by it's name.- Author:
- sts
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of thisPropertiesResource.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the name of thisPropertiesResource.- Returns:
- the name of this
PropertiesResource.
-
-