org.jboss.shrinkwrap.descriptor.extension.ant.task
Class MetadataParserTask.Property

java.lang.Object
  extended by org.jboss.shrinkwrap.descriptor.extension.ant.task.MetadataParserTask.Property
Enclosing class:
MetadataParserTask

public class MetadataParserTask.Property
extends Object

Property


Constructor Summary
MetadataParserTask.Property(org.apache.tools.ant.Project p)
          Constructor
 
Method Summary
 String getName()
          Get the name
 String getValue()
          Get the value
 void setName(String v)
          Set the name
 void setValue(String v)
          Set the value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataParserTask.Property

public MetadataParserTask.Property(org.apache.tools.ant.Project p)
Constructor

Parameters:
p - The project
Method Detail

setName

public void setName(String v)
Set the name

Parameters:
v - The value

getName

public String getName()
Get the name

Returns:
The value

setValue

public void setValue(String v)
Set the value

Parameters:
v - The value

getValue

public String getValue()
Get the value

Returns:
The value


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.