public abstract class OracleWrapperElement extends Object implements Element
| Constructor and Description |
|---|
OracleWrapperElement() |
| Modifier and Type | Method and Description |
|---|---|
int |
countPropertyKeys() |
Long |
getId()
An identifier that is unique to its inheriting class.
|
Object |
getProperty(String key)
Return the object value associated with the provided string key.
|
Set<String> |
getPropertyKeys()
Return all the keys associated with the element.
|
boolean |
isPartial()
Returns TRUE if this object is partially constructured.
|
Object |
removeProperty(String key)
Un-assigns a key/value property from the element.
|
void |
setProperty(String key, Object value)
Assign a key/value property to the element.
|
void |
setProperty(String key, Object value, boolean skipQueue)
Assign a key/value property to the element.
|
public int countPropertyKeys()
public Long getId()
public Object getProperty(String key)
getProperty in interface Elementpublic Set<String> getPropertyKeys()
getPropertyKeys in interface Elementpublic boolean isPartial()
public Object removeProperty(String key)
removeProperty in interface Elementpublic void setProperty(String key, Object value)
setProperty in interface ElementCopyright © 2016 Oracle and/or its affiliates. All Rights Reserved.