Interface Frame

  • All Known Implementing Classes:
    OrderedFrame, QualifiedFrame

    public interface Frame
    Generic interface representing all non-primitive elements that can appear in a content expression. Each frame has a type-name accessible by means of the getTypeName() method and a number of composing elements that can be primitive elements or frames themselves. The way composing elements are stored within and retrieved from a Frame depends on the specific type of Frame.
    Author:
    Giovanni Caire - TILAB
    • Method Detail

      • getTypeName

        String getTypeName()
        Returns:
        the type-name of this Frame