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