Package net.officefloor.web.value.load
Class ValueName
java.lang.Object
net.officefloor.web.value.load.ValueName
Name of a value.
- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains theHttpValueLocationfor the value.getName()Obtains the name of the value.
-
Constructor Details
-
ValueName
Instantiate.- Parameters:
name- Name of value.location-HttpValueLocation.
-
-
Method Details
-
getName
Obtains the name of the value.- Returns:
- Name of the value.
-
getLocation
Obtains theHttpValueLocationfor the value.- Returns:
HttpValueLocationfor the value.nullto indicate any.
-