Package com.opencloud.slee.mlet.ant
Class ConfigPropertyElement
- java.lang.Object
-
- com.opencloud.slee.mlet.ant.ConfigPropertyElement
-
public class ConfigPropertyElement extends Object
A common nested element that identifies a configuration property of an entity.
Ant Parameters Attribute
Description
Required
name
Name of the configuration property.
Yes.
type
Java type of the configuration property.
No.
value
Value to be assigned to the configuration property.
Yes.
-
-
Constructor Summary
Constructors Constructor Description ConfigPropertyElement()
-