public class GroovyEntity
extends java.lang.Object
Constructor and Description |
---|
GroovyEntity(javax.xml.registry.infomodel.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(javax.xml.registry.infomodel.RegistryObject ro) throws javax.xml.registry.JAXRException
GroovyEntity
object.ro
- the registry object.javax.xml.registry.JAXRException
- if internal error occurs on creating instance.public java.lang.Object attribute(java.lang.String attributeName) throws javax.xml.registry.JAXRException
attributeName
- as String
javax.xml.registry.JAXRException
- if an internal error occurs.