Uses of Class
de.smartics.properties.api.core.domain.PropertyKey

Packages that use PropertyKey
de.smartics.properties.api.core.domain Provides property domain objects and exceptions. 
de.smartics.properties.spi.core.metadata Provides helpers to read metadata from property descriptor interfaces. 
 

Uses of PropertyKey in de.smartics.properties.api.core.domain
 

Methods in de.smartics.properties.api.core.domain that return PropertyKey
static PropertyKey PropertyKey.create(String qualifiedName)
          Creates an instance for the given qualified name.
static PropertyKey PropertyKey.create(String qualifiedName, char separator)
          Creates an instance for the given qualified name.
static PropertyKey PropertyKey.create(String propertySet, String name)
          Creates an instance for the given set and name.
 PropertyKey PropertyDescriptor.getKey()
          Returns the key of the property.
 PropertyKey PropertyValueResolveException.getPropertyKey()
          Returns the key of the property raising the exception.
 PropertyKey PropertyMessageBean.getPropertyKey()
          Returns the key of the property raising the exception.
 

Methods in de.smartics.properties.api.core.domain with parameters of type PropertyKey
 int PropertyKey.compareTo(PropertyKey o)
           
 

Constructors in de.smartics.properties.api.core.domain with parameters of type PropertyKey
PropertyMessageBean(PropertiesCode code, Throwable cause, PropertyKey propertyKey)
          Default constructor.
 

Uses of PropertyKey in de.smartics.properties.spi.core.metadata
 

Methods in de.smartics.properties.spi.core.metadata that return PropertyKey
 PropertyKey PropertyMetaData.getKey()
           
 PropertyKey PropertyMetaData.Builder.getKey()
          Returns the key of the property.
 PropertyKey PropertyMetaDataParser.readKey(Method method)
          Reads the property key information from the method.
 

Methods in de.smartics.properties.spi.core.metadata with parameters of type PropertyKey
 PropertyMetaData.Builder PropertyMetaData.Builder.with(PropertyKey key)
          Sets the key of the property.
 

Constructors in de.smartics.properties.spi.core.metadata with parameters of type PropertyKey
MetaInfDocumentMetaDataProxy(PropertyKey key, PropertiesContext context, Method propertyMethod)
          Default constructor.
 



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