com.perforce.p4java.ant.tasks
Class PerforceTask.Field

java.lang.Object
  extended by com.perforce.p4java.ant.tasks.PerforceTask.Field
Enclosing class:
PerforceTask

public class PerforceTask.Field
extends java.lang.Object

This inner class is used for handling nested "field" elements.


Constructor Summary
PerforceTask.Field()
          Constructor to create a new instance of "field".
 
Method Summary
 java.lang.String getName()
          Gets the name.
 java.lang.String getValue()
          Gets the value.
 void setName(java.lang.String name)
          Sets the name.
 void setValue(java.lang.String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerforceTask.Field

public PerforceTask.Field()
Constructor to create a new instance of "field".

Method Detail

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setValue

public void setValue(java.lang.String value)
Sets the value.

Parameters:
value - the new value

getValue

public java.lang.String getValue()
Gets the value.

Returns:
the value


Copyright (c) 2010 Perforce Software. All rights reserved.