Class 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 Detail

      • ConfigPropertyElement

        public ConfigPropertyElement()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)