Uses of Class
de.smartics.properties.api.core.annotations.PropertyDefinitionTime

Packages that use PropertyDefinitionTime
de.smartics.properties.api.core.annotations Provides annotations to attach metadata to properties. 
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 PropertyDefinitionTime in de.smartics.properties.api.core.annotations
 

Methods in de.smartics.properties.api.core.annotations that return PropertyDefinitionTime
static PropertyDefinitionTime PropertyDefinitionTime.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropertyDefinitionTime[] PropertyDefinitionTime.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in de.smartics.properties.api.core.domain that return PropertyDefinitionTime
 PropertyDefinitionTime PropertyDescriptor.getConfigurationTime()
          The designed time the property is defined.
 

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

Methods in de.smartics.properties.spi.core.metadata that return PropertyDefinitionTime
 PropertyDefinitionTime PropertyMetaData.getConfigurationTime()
           
 

Methods in de.smartics.properties.spi.core.metadata with parameters of type PropertyDefinitionTime
 PropertyMetaData.Builder PropertyMetaData.Builder.with(PropertyDefinitionTime configurationTime)
          Sets the designed time the property is defined.
 



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