public class WoofTemplateExtensionSourcePropertyImpl extends Object implements WoofTemplateExtensionSourceProperty
WoofTemplateExtensionSourceProperty
.Modifier and Type | Field and Description |
---|---|
protected String |
label
Label of property.
|
protected String |
name
Name of property.
|
Constructor and Description |
---|
WoofTemplateExtensionSourcePropertyImpl(String name,
String label)
Initiate with name and label of property.
|
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Obtains the display name of the property.
|
String |
getName()
Obtains name of property.
|
protected final String name
protected final String label
public String getName()
WoofTemplateExtensionSourceProperty
getName
in interface WoofTemplateExtensionSourceProperty
public String getLabel()
WoofTemplateExtensionSourceProperty
null
then the return value of WoofTemplateExtensionSourceProperty.getName()
is used.getLabel
in interface WoofTemplateExtensionSourceProperty
Copyright © 2005–2016. All rights reserved.