Package com.yworks.yguard.ant
Class Property
- java.lang.Object
-
- com.yworks.yguard.ant.Property
-
public final class Property extends java.lang.ObjectThe type Property.
-
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Gets name.java.lang.StringgetValue()Gets value.voidsetName(java.lang.String name)Sets name.voidsetValue(java.lang.String value)Sets value.
-
-
-
Method Detail
-
setName
public void setName(java.lang.String name)
Sets name.- Parameters:
name- the name
-
setValue
public void setValue(java.lang.String value)
Sets value.- Parameters:
value- the value
-
getName
public java.lang.String getName()
Gets name.- Returns:
- the name
-
getValue
public java.lang.String getValue()
Gets value.- Returns:
- the value
-
-