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