Class Attribute

java.lang.Object
com.technia.dsx.threedspace.zone.Attribute

public class Attribute extends Object
Represents an attribute with a name and value.

Used in zone query results to represent attribute data associated with structure entities.

Since:
2023-04-24
  • Constructor Details

    • Attribute

      public Attribute()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)