Package jade.content.frame
Interface Frame
-
- All Known Implementing Classes:
OrderedFrame,QualifiedFrame
public interface FrameGeneric interface representing all non-primitive elements that can appear in a content expression. Each frame has a type-name accessible by means of thegetTypeName()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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTypeName()
-
-
-
Method Detail
-
getTypeName
String getTypeName()
- Returns:
- the type-name of this Frame
-
-