org.jboss.forge.parser.java
Interface Import
- All Superinterfaces:
- Internal
- All Known Implementing Classes:
- ImportImpl
public interface Import
- extends Internal
- Author:
- Lincoln Baxter, III
getPackage
String getPackage()
getSimpleName
String getSimpleName()
getQualifiedName
String getQualifiedName()
setName
Import setName(String name)
isStatic
boolean isStatic()
setStatic
Import setStatic(boolean value)
isWildcard
boolean isWildcard()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.