Package de.smartics.properties.api.core.domain

Package class diagram package de.smartics.properties.api.core.domain
Provides property domain objects and exceptions.

See:
          Description

Interface Summary
DocumentMetaData Provides read access to document meta data.
PropertyConstraint<T> Defines constraints on a property value and a description to the constraint that can be presented to the user.
PropertyContext Provides context information for a given property.
PropertyDescriptor Defines property meta data.
PropertyDescriptorRegistry A registry for a set of property descriptors.
PropertyValueRange<T> Defines the possible values for a property.
 

Class Summary
PropertiesContext Defines the configuration for smartics properties configuration.
PropertiesContext.Builder The builder of PropertiesContext.
PropertyComment The comment to a property.
PropertyComment.Builder The property comment instance builder.
PropertyExpression Provides information about the expression to evaluate a default value for a property.
PropertyKey Defines a property key information.
PropertyType Provides information about the type of a property.
PropertyValueComment Provides comments for the values of a property.
 

Exception Summary
ConfigException Signals that a properties configuration cannot be parsed.
DuplicatePropertyDeclarationException Signals that a property descriptor has been encountered twice.
DuplicatePropertyDeclarationsException Signals that a set of property descriptor has been encountered twice.
PropertyDescriptorException Base exception of the library for signaling an unspecific cause that is concerned with a specific property providing the property declaration information.
PropertyException Base exception of the library for signaling an unspecific cause that is concerned with a specific property.
PropertyValidationException Signals that the value does not match the given constraints.
PropertyValueConversionException Signals that the value does not match the given constraints.
PropertyValueResolveException Signals that the value cannot be resolve.
ReadOnlyPropertyException Signals that the a read-only property was requested to be updated.
 

Package de.smartics.properties.api.core.domain Description

Provides property domain objects and exceptions.

Since:
1.0


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