Class Definition

  • All Implemented Interfaces:

    @JsonClass(generateAdapter = true) 
    public final class Definition
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<Property> getProperties() List of property definitions effective for this node as the result of combining the type with all aspects.
      final Unit setProperties(@Json(name = "properties") List<Property> properties) List of property definitions effective for this node as the result of combining the type with all aspects.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getProperties

         final List<Property> getProperties()

        List of property definitions effective for this node as the result of combining the type with all aspects.

      • setProperties

         final Unit setProperties(@Json(name = "properties") List<Property> properties)

        List of property definitions effective for this node as the result of combining the type with all aspects.