public class MetadataParserTask.Property extends Object
Constructor and Description |
---|
Property(org.apache.tools.ant.Project p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name
|
String |
getValue()
Get the value
|
void |
setName(String v)
Set the name
|
void |
setValue(String v)
Set the value
|
public Property(org.apache.tools.ant.Project p)
p
- The projectpublic void setName(String v)
v
- The valuepublic String getName()
public void setValue(String v)
v
- The valuepublic String getValue()
Copyright © 2018 JBoss by Red Hat. All rights reserved.