Interface SectionSourceProperty
-
- All Known Implementing Classes:
SectionSourcePropertyImpl
public interface SectionSourceProperty
Property of theSectionSourceSpecification
.- 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 the name of the property.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Obtains the name of the property.- Returns:
- Name of the 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.
-
-