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 . |
getModifiers
getImportPattern
String getName()
MetaClass getEnclosingClass()
default String getStaticImportPattern()
MetaStaticImportable
"static "
.getStaticImportPattern
in interface MetaStaticImportable
default boolean isStatic()
MetaStaticImportable
static
.
This method is for convenient use in assertions.isStatic
in interface MetaStaticImportable
true
if this entity has the modifier static
see also the complete user documentation .