public class GroovyEntity
extends java.lang.Object
Constructor and Description |
---|
GroovyEntity(RegistryObject ro)
Constructs new
GroovyEntity object. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
attribute(java.lang.String attributeName)
Checks that the given attributename is a LocalName or key or property of the applied object.
|
public GroovyEntity(RegistryObject ro) throws JAXRException
GroovyEntity
object.ro
- the registry object.JAXRException
- if internal error occurs on creating instance.public java.lang.Object attribute(java.lang.String attributeName) throws JAXRException
attributeName
- as String
JAXRException
- if an internal error occurs.