Interface AdministrationSourceProperty
-
- All Known Implementing Classes:
AdministrationSourcePropertyImpl
public interface AdministrationSourceProperty
Individual property of theAdministrationSourceSpecification
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getLabel()
Obtains the display name of the property.java.lang.String
getName()
Obtains name of property.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Obtains name of property.- Returns:
- Name of property.
-
getLabel
java.lang.String getLabel()
Obtains the display name of the property. If this returnsnull
then the return value ofgetName()
is used.- Returns:
- Display name of property.
-
-