public class Literal extends GraphMember
children, name, parentNode, PROPERTY_CHILD, PROPERTY_CLASSNAME, PROPERTY_MODIFIERS, PROPERTY_NAME, PROPERTY_PARENT, PROPERTY_THIS, PROPERTY_VISIBILITY| Constructor and Description |
|---|
Literal(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
SimpleList<java.lang.Object> |
getValues() |
Literal |
with(java.lang.String name)
Set the name of Element
|
Literal |
withValue(java.lang.Object... values) |
check, getAnnotation, getChildren, getClazz, getDiff, getFullId, getModifier, getName, getNodes, getParent, getValue, setName, setParentNode, size, withAnnotaion, withChildren, withModifier, withoutpublic Literal with(java.lang.String name)
GraphMemberwith in class GraphMembername - The Name of Elementpublic Literal withValue(java.lang.Object... values)
public SimpleList<java.lang.Object> getValues()