public interface MetaStaticImportable extends MetaImportable
import static statement.| Modifier and Type | Method and Description |
|---|---|
default String |
getImportPattern() |
String |
getStaticImportPattern()
Returns the import pattern that specifies this entity, without the prefix
"static ". |
boolean |
isStatic()
Checks whether this entity does actually have the modifier
static. |
default String getImportPattern()
getImportPattern in interface MetaImportable"static "String getStaticImportPattern()
"static ".boolean isStatic()
static.
This method is for convenient use in assertions.true if this entity has the modifier staticsee also the complete user documentation .