|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Packaged<T>
| Method Summary | |
|---|---|
String |
getPackage()
Get the package of this T, or return null if it is in the default
package. |
boolean |
isDefaultPackage()
Return whether or not this T is in the default package. |
T |
setDefaultPackage()
Set this T to be in the default package (removes any current
package declaration.) |
T |
setPackage(String name)
Set this T' package. |
| Method Detail |
|---|
String getPackage()
T, or return null if it is in the default
package.
T setPackage(String name)
T' package.
T setDefaultPackage()
T to be in the default package (removes any current
package declaration.)
boolean isDefaultPackage()
T is in the default package.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||