Interface NamedDescriptor

All Superinterfaces:
com.buschmais.xo.api.CompositeObject, Descriptor
All Known Subinterfaces:
ArrayValueDescriptor, ArtifactDescriptor, ArtifactFileDescriptor, PropertyDescriptor, ValueDescriptor<V>

public interface NamedDescriptor extends Descriptor
Defines a descriptor having a name.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    Methods inherited from interface com.buschmais.xo.api.CompositeObject

    as, getDelegate, getId
  • Method Details

    • getName

      @Indexed String getName()
    • setName

      void setName(String name)