Package net.officefloor.web.value.load
Class ValueName
- java.lang.Object
 - 
- net.officefloor.web.value.load.ValueName
 
 
- 
public class ValueName extends java.lang.ObjectName 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 HttpValueLocationgetLocation()Obtains theHttpValueLocationfor the value.java.lang.StringgetName()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 theHttpValueLocationfor the value.- Returns:
 HttpValueLocationfor the value.nullto indicate any.
 
 - 
 
 -