de.smartics.properties.api.config.domain
Class UnknownProperties

Package class diagram package UnknownProperties
java.lang.Object
  extended by de.smartics.properties.api.config.domain.UnknownProperties
All Implemented Interfaces:
Serializable

@NotThreadSafe
public final class UnknownProperties
     
     
extends Object
implements Serializable

The set of unknown properties.

See Also:
Serialized Form

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

UnknownProperties

public UnknownProperties()
Default constructor.

Method Detail

add

public void add(Property property)
Adds the unknown properties to the list.

Parameters:
property - the property to add.

getProperties

public List<Property> getProperties()
Returns a reference to the list on unknown properties.

Returns:
a reference to the list on unknown properties.

isEmpty

public boolean isEmpty()
Checks if the container contains at least one property.

Returns:
true if there is no property, false otherwise.

toString

public String toString()
Returns the string representation of the object.

Overrides:
toString in class Object
Returns:
the string representation of the object.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.