Class PropertyElement


  • public class PropertyElement
    extends Object
    This element specifies a property to pass when updating a network interface definition.

    Ant Parameters

      • Constructor Summary

    Attribute Description Required
    name Property name. Yes.
    value Property value. A value of "null" will cause the property to be removed from the network interface. Yes.
    Constructors 
    Constructor Description
    PropertyElement()  
    • Constructor Detail

      • PropertyElement

        public PropertyElement()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)