|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.api.config.domain.UnknownProperties
@NotThreadSafe public final class UnknownProperties
The set of unknown properties.
Constructor Summary | |
---|---|
UnknownProperties() Default constructor. |
Method Summary | |
---|---|
void |
add(Property property) Adds the unknown properties to the list. |
List<Property> |
getProperties() Returns a reference to the list on unknown properties. |
boolean |
isEmpty() Checks if the container contains at least one property. |
String |
toString() Returns the string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnknownProperties()
Method Detail |
---|
public void add(Property property)
property
- the property to add.
public List<Property> getProperties()
public boolean isEmpty()
true
if there is no property,
false
otherwise.
public String toString()
toString
in class
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |