com.borland.jbuilder.jot
Interface JotPackage

All Superinterfaces:
JotMarker

public interface JotPackage
extends JotMarker

This interface represents a package declaration. See section 7.4 of the Java Language Specification for more information. JotSourceFile ensures that the package declaration will always be the first statement in a generated file.


Method Summary
 java.lang.String getName()
          Returns the name of the package represented by this object.
 
Methods inherited from interface com.borland.jbuilder.jot.JotMarker
addUserData, getEndPosition, getStartPosition, getUserData
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the package represented by this object.