|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |