public final class Variable extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
Variable()
Creates new instance.
|
|
Variable(String name,
ObjectValue value,
Type type,
long contextId)
Creates new instance.
|
|
Variable(String name,
ObjectValue value,
Type type,
long contextId,
boolean internal)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getContextId()
Returns the context id.
|
String |
getName()
Returns the name.
|
Type |
getType()
Returns the type.
|
ObjectValue |
getValue()
Returns the value.
|
int |
hashCode() |
boolean |
isInternal()
Returns true if this variable is internal.
|
protected Variable()
public Variable(String name, ObjectValue value, Type type, long contextId)
name
- value
- type
- contextId
- NullPointerException
- if the name
is nullpublic Variable(String name, ObjectValue value, Type type, long contextId, boolean internal)
name
- value
- type
- contextId
- internal
- NullPointerException
- if the name
is nullpublic String getName()
public ObjectValue getValue()
public Type getType()
public long getContextId()
public boolean isInternal()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.