unity.annotation
Class AttributeValueSource
java.lang.Object
unity.annotation.AttributeValueSource
public class AttributeValueSource
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AttributeValueSource
public AttributeValueSource(java.lang.Object val,
GQDatabaseRef src)
getSource
public GQDatabaseRef getSource()
- Returns:
- Returns the database source.
setSource
public void setSource(GQDatabaseRef source)
- Parameters:
source
- the database source.
getValue
public java.lang.Object getValue()
- Returns:
- Returns the attribute value.
setValue
public void setValue(java.lang.Object value)
- Parameters:
value
- The value to set for the attribute
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object