public class Modifier extends GraphMember
| Modifier and Type | Field and Description |
|---|---|
static Modifier |
ABSTRACT |
static Modifier |
DEFAULT |
static Modifier |
FINAL |
static StringFilter<Modifier> |
NAME |
static Modifier |
PACKAGE |
static Modifier |
PRIVATE |
static Modifier |
PROTECTED |
static Modifier |
PUBLIC |
static Modifier |
STATIC |
children, name, parentNode, PROPERTY_NAME| Modifier and Type | Method and Description |
|---|---|
static Modifier |
create(Modifier... values) |
static Modifier |
create(java.lang.String value) |
boolean |
equals(java.lang.Object obj) |
GraphMember |
getParent() |
boolean |
has(Modifier other) |
int |
hashCode() |
java.lang.String |
toString() |
Modifier |
with(java.lang.String name)
Set the name of Element
|
check, getAnnotation, getChildren, getClazz, getDiff, getFullId, getModifier, getName, getNodes, getValue, setName, setParentNode, size, withAnnotaion, withChildren, withModifier, withoutpublic static final StringFilter<Modifier> NAME
public static final Modifier PUBLIC
public static final Modifier PACKAGE
public static final Modifier PROTECTED
public static final Modifier PRIVATE
public static final Modifier FINAL
public static final Modifier ABSTRACT
public static final Modifier STATIC
public static final Modifier DEFAULT
public Modifier with(java.lang.String name)
GraphMemberwith in class GraphMembername - The Name of Elementpublic static Modifier create(java.lang.String value)
public boolean has(Modifier other)
public GraphMember getParent()
getParent in class GraphMemberpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object