Method Summary |
|
public Object | clone() Creates and returns a copy of this object. |
public String | getBundle() Returns the resource bundle name. |
public String | getJsType() Gets the JavaScript type of the variable. |
public String | getName() Gets the name of the variable. |
public String | getValue() Gets the value of the variable. |
public boolean | isResource() Tests whether or not the value is a resource key or literal value. |
public void | setBundle(String bundle) Sets the resource bundle name. |
public void | setJsType(String jsType) Sets the JavaScript type of the variable. |
public void | setName(String name) Sets the name of the variable. |
public void | setResource(boolean resource) Sets whether or not the value is a resource. |
public void | setValue(String value) Sets the value of the variable. |
public String | toString() Returns a string representation of the object. |