@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 in the default namespace
of the document
|
String |
_getInstanceName()
Returns the instance path/name for this object
|
QName |
_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
|
XmlHk2ConfigurationBean |
_getParent()
Returns the parent of this bean, or null if this
object is the root of the true
|
Object |
_getProperty(String propName)
Gets the property with the given name from the
default name space.
|
Object |
_getProperty(String propNamespace,
String propName)
Gets the property with the given name.
|
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.
|
boolean |
_isSet(String propNamespace,
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.
|
Object |
_lookupChild(String propNamespace,
String propName,
String keyValue)
Looks up the child with the given propertyName that has the
given key value
|
void |
_setProperty(String propName,
Object propValue)
Will set the corresponding property of this bean to the
given value in the default name space.
|
void |
_setProperty(String propNamespace,
String propName,
Object propValue)
Will set the corresponding property of this bean to the
given value.
|
Map<String,Object> _getBeanLikeMap()
XmlHk2ConfigurationBean _getParent()
String _getXmlPath()
String _getInstanceName()
QName _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 forObject _lookupChild(String propNamespace, String propName, String keyValue)
propNamespace
- The namespace to find the property in.
If null then the default namespacepropName
- 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 nullboolean _isSet(String propNamespace, String propName)
propNamespace
- The namespace to find the property in.
If null then the default namespacepropName
- The name of the property to check for being set,
may not be nullObject _getProperty(String propName)
propName
- The property with the given nameObject _getProperty(String propNamespace, String propName)
propNamespace
- the non-null name space namepropName
- The property with the given namevoid _setProperty(String propName, Object propValue)
propName
- The non-null name of a property on this bean to setpropValue
- The possibly null value the property should take. May
not be null if this property represents some scalar valuevoid _setProperty(String propNamespace, String propName, Object propValue)
propNamespace
- The non-null name space of this propertypropName
- The non-null name of a property on this bean to setpropValue
- The possibly null value the property should take. May
not be null if this property represents some scalar valueXmlRootHandle<?> _getRoot()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.