Class ExtendedPropertyHandle


public class ExtendedPropertyHandle extends StructureHandle
Represents the handle of Extended property. The Extended property represents an Extended public or private property. The property has two parts: a name and a value.
  • Constructor Details

    • ExtendedPropertyHandle

      public ExtendedPropertyHandle(SimpleValueHandle valueHandle, int index)
      Constructs the handle of Extended property.
      Parameters:
      valueHandle - the value handle for Extended property list of one property
      index - the position of this Extended property in the list
  • Method Details

    • getName

      public String getName()
      Returns the property name.
      Returns:
      the property name
    • setName

      public void setName(String name)
      Sets the property name.
      Parameters:
      name - the property name to set
    • getValue

      public String getValue()
      Returns the property value.
      Returns:
      the property value
    • setValue

      public void setValue(String value)
      Sets the property value.
      Parameters:
      value - the value to set