Package com.opencloud.slee.mlet.ant
Class ProfileValueElement
- java.lang.Object
-
- com.opencloud.slee.mlet.ant.ProfileValueElement
-
public class ProfileValueElement extends Object
A common nested element of many Rhino management sub tasks used to describe a name/value attribute pair.
A
profilevalue
nested element is used in a Rhino management sub tasks to descibe a name/value pair. This allows multiple attributes to be set at once during, for example, profile creation.Ant Parameters Attribute
Description
Required
name
The name of the attribute.
Yes.
value
The value contained in the attribute.
Yes.
-
-
Constructor Summary
Constructors Constructor Description ProfileValueElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getValue()
void
setName(String name)
void
setValue(String value)
String
toString()
void
validateParameters()
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
validateParameters
public void validateParameters() throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
-
-