Package net.officefloor.web.value.load
Class ValueName
- java.lang.Object
-
- net.officefloor.web.value.load.ValueName
-
public class ValueName extends java.lang.Object
Name of a value.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ValueName(java.lang.String name, HttpValueLocation location)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpValueLocation
getLocation()
Obtains theHttpValueLocation
for the value.java.lang.String
getName()
Obtains the name of the value.
-
-
-
Constructor Detail
-
ValueName
public ValueName(java.lang.String name, HttpValueLocation location)
Instantiate.- Parameters:
name
- Name of value.location
-HttpValueLocation
.
-
-
Method Detail
-
getName
public java.lang.String getName()
Obtains the name of the value.- Returns:
- Name of the value.
-
getLocation
public HttpValueLocation getLocation()
Obtains theHttpValueLocation
for the value.- Returns:
HttpValueLocation
for the value.null
to indicate any.
-
-