@Contract public interface XmlHk2ConfigurationBean
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
_getBeanLikeMap()
Returns a read-only copy of the
bean-like map corresponding to the current
state of this bean
|
String |
_getInstanceName()
Returns the instance path/name for this object
|
String |
_getKeyPropertyName()
Returns the name of the property that
returns the key for this bean, or
null if this bean does not have a key
property
|
String |
_getKeyValue()
Returns the key value for this object
|
ModelImpl |
_getModel()
Gets the model for the given bean
|
Object |
_getParent()
Returns the parent of this bean, or null if this
object is the root of the true
|
XmlRootHandle<?> |
_getRoot()
Gets the root associated with this bean.
|
ActiveDescriptor<?> |
_getSelfDescriptor()
Gets the descriptor with which this service was created.
|
String |
_getXmlPath()
Returns the XmlPath for this object
|
boolean |
_isSet(String propName)
Returns true if the given property is explicitly set, false
if the property has not been explicitly set
|
Object |
_lookupChild(String propName,
String keyValue)
Looks up the child with the given propertyName that has the
given key value
|
Map<String,Object> _getBeanLikeMap()
Object _getParent()
String _getXmlPath()
String _getInstanceName()
String _getKeyPropertyName()
String _getKeyValue()
ModelImpl _getModel()
ActiveDescriptor<?> _getSelfDescriptor()
Object _lookupChild(String propName, String keyValue)
propName - The non-null property name to look forkeyValue - The non-null keyValue to look forboolean _isSet(String propName)
propName - The name of the property to check for being set,
may not be nullXmlRootHandle<?> _getRoot()
Copyright © 2009-2017 Oracle Corporation. All Rights Reserved.