Methods Summary |
---|
public java.lang.String | getClassName()The body of the <variable-class> element.
return className;
|
public boolean | getDeclare()The body of the <declare> element.
return declare;
|
public java.lang.String | getNameFromAttribute()The body of the <name-from-attribute> element.
This is the name of an attribute whose (translation-time)
value will give the name of the variable. One of
<name-given> or <name-from-attribute> is required.
return nameFromAttribute;
|
public java.lang.String | getNameGiven()The body of the <name-given> element.
return nameGiven;
|
public int | getScope()The body of the <scope> element.
return scope;
|