Class PropertyName
java.lang.Object
org.apache.maven.buildcache.xml.config.PropertyName
- All Implemented Interfaces:
Serializable
Class PropertyName.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the propertyName field.getValue()Get the value field.voidsetPropertyName(String propertyName) Set the propertyName field.voidSet the value field.
-
Constructor Details
-
PropertyName
public PropertyName()
-
-
Method Details
-
getPropertyName
Get the propertyName field.- Returns:
- String
-
getValue
Get the value field.- Returns:
- String
-
setPropertyName
Set the propertyName field.- Parameters:
propertyName- a propertyName object.
-
setValue
Set the value field.- Parameters:
value- a value object.
-