net.officefloor.building.command.parameters
Class TaskNameOfficeFloorCommandParameter

java.lang.Object
  extended by net.officefloor.building.command.parameters.AbstractOfficeFloorCommandParameter
      extended by net.officefloor.building.command.parameters.AbstractSingleValueOfficeFloorCommandParameter
          extended by net.officefloor.building.command.parameters.TaskNameOfficeFloorCommandParameter
All Implemented Interfaces:
OfficeFloorCommandParameter

public class TaskNameOfficeFloorCommandParameter
extends AbstractSingleValueOfficeFloorCommandParameter

OfficeFloorCommandParameter for the Task name.

Author:
Daniel Sagenschneider

Field Summary
static String PARAMETER_TASK_NAME
          Parameter name for the Task name.
 
Constructor Summary
TaskNameOfficeFloorCommandParameter()
          Initiate.
 
Method Summary
 String getTaskName()
          Obtains the Task name.
 
Methods inherited from class net.officefloor.building.command.parameters.AbstractSingleValueOfficeFloorCommandParameter
addValue, getValue
 
Methods inherited from class net.officefloor.building.command.parameters.AbstractOfficeFloorCommandParameter
getDescription, getName, getShortName, isRequireValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAMETER_TASK_NAME

public static final String PARAMETER_TASK_NAME
Parameter name for the Task name.

See Also:
Constant Field Values
Constructor Detail

TaskNameOfficeFloorCommandParameter

public TaskNameOfficeFloorCommandParameter()
Initiate.

Method Detail

getTaskName

public String getTaskName()
Obtains the Task name.

Returns:
Task name.


Copyright © 2005-2013. All Rights Reserved.