Interface | Description |
---|---|
CopyDestination |
Interface for defining a destination to a copy.
|
Element |
Interface that defines an element of a class or an object.
|
ElementCopier |
Interface that defines a class that copies elements from a target to another.
|
ElementCopy |
Interface that defines a copy of an
Element . |
ElementFactory |
Interface that defines a factory for
Element objects operations. |
Class | Description |
---|---|
ElementPredicates |
An utility class for helping the use of
predicates for
elements . |
Elements |
A class for helping
Element selection. |
Exception | Description |
---|---|
NonSpecificElementException |
Exception thrown when a direct value handling is trying on a non-specific
element.
|
UnreadableElementException |
Exception thrown when a code tries to get the value of a write-only element.
|
UnwritableElementException |
Exception thrown when a code tries to change the value of a read-only
element.
|