Class AbstractTrait.Provider

    • Constructor Summary

      Constructors 
      Constructor Description
      Provider​(ShapeId id)  
    • Method Summary

      Modifier and Type Method Description
      ShapeId getShapeId()  
      • Methods inherited from class java.lang.Object

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

      • Provider

        public Provider​(ShapeId id)
        Parameters:
        id - ID of the trait that the provider creates.
    • Method Detail

      • getShapeId

        public ShapeId getShapeId()
        Specified by:
        getShapeId in interface TraitService
        Returns:
        Gets the shape ID of the trait that this provider created.