public abstract class PropertySet extends Object
Modifier and Type | Field and Description |
---|---|
protected static PropertyRange |
EMPTY_PROPERTY_RANGE |
protected org.slf4j.Logger |
logger_ |
protected static PropertyError[] |
PROPERTY_ERROR_ARRAY_TEMPLATE |
protected static ORB |
sORB |
Constructor and Description |
---|
PropertySet() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertySetListener(String[] props,
PropertySetListener listener) |
void |
addPropertySetListener(String property,
PropertySetListener listener) |
protected PropertyError |
badProperty(String name) |
protected PropertyError |
badType(String name) |
protected void |
checkPropertyExistence(Property[] props,
List errorList) |
boolean |
containsKey(String propertyName) |
Any |
get(String propertyName) |
static Property[] |
map2Props(Map props) |
protected void |
set_properties(Property[] props) |
Property[] |
toArray() |
Map |
toMap() |
String |
toString() |
protected static final ORB sORB
protected static final PropertyError[] PROPERTY_ERROR_ARRAY_TEMPLATE
protected static final PropertyRange EMPTY_PROPERTY_RANGE
protected final org.slf4j.Logger logger_
public void addPropertySetListener(String[] props, PropertySetListener listener)
public void addPropertySetListener(String property, PropertySetListener listener)
public Property[] toArray()
public Map toMap()
public boolean containsKey(String propertyName)
protected void set_properties(Property[] props)
protected PropertyError badProperty(String name)
protected PropertyError badType(String name)
Copyright © 2017 JacORB. All rights reserved.