test.de.smartics.properties.spi.config.proxy.examples
Interface SampleProperties

Package class diagram package SampleProperties

@PropertySet(value="test.proxy.sample")
public interface SampleProperties


Method Summary
 String aName()
          The aName property.
 String failName(String fail)
          The failName property.
 String getName()
          The name property.
 de.smartics.properties.api.core.domain.PropertyDescriptor getNameDescriptor()
          The name property descriptor.
 de.smartics.properties.api.core.domain.PropertyKey getNameKey()
          The name property key.
 de.smartics.properties.api.core.domain.PropertyDescriptor getNamePropertyDescriptor()
          The name property descriptor.
 de.smartics.properties.api.core.domain.PropertyKey getNamePropertyKey()
          The name property key.
 String name()
          The name property.
 de.smartics.properties.api.core.domain.PropertyDescriptor nameDescriptor()
          The name property descriptor.
 de.smartics.properties.api.core.domain.PropertyKey nameKey()
          The name property key.
 de.smartics.properties.api.core.domain.PropertyDescriptor namePropertyDescriptor()
          The name property descriptor.
 de.smartics.properties.api.core.domain.PropertyKey namePropertyKey()
          The name property key.
 de.smartics.properties.api.core.domain.PropertyKey notExistingPropertyPropertyKey()
          The notExistingProperty property key.
 String otherName()
          The otherName property.
 de.smartics.properties.api.core.domain.PropertyKey otherNotExistingPropertyPropertyKey()
          The otherNotExistingProperty property key.
 String thirdName()
          The thirdName property.
 de.smartics.properties.api.core.domain.PropertyKey thirdNamePropertyKey()
          The otherName property key.
 

Method Detail

name

@NotBlank
String name()
The name property.

Returns:
the name property.

getName

@NotBlank
String getName()
The name property.

Returns:
the name property.

aName

@PropertyMetaDataMethod(value="aName")
String aName()
The aName property. Accessing this property must fail, as it is a property (see the return value), but it is annotated with the PropertyMetaData annotation.

Returns:
the aName property.

otherName

@NotBlank
String otherName()
The otherName property.

Returns:
the otherName property.

thirdName

@NotBlank
String thirdName()
The thirdName property.

Returns:
the thirdName property.

failName

@NotBlank
String failName(String fail)
The failName property.

Returns:
the failName property.

notExistingPropertyPropertyKey

@PropertyMetaDataMethod(value="notExistingProperty")
de.smartics.properties.api.core.domain.PropertyKey notExistingPropertyPropertyKey()
The notExistingProperty property key.

Returns:
the notExistingProperty property key.

otherNotExistingPropertyPropertyKey

de.smartics.properties.api.core.domain.PropertyKey otherNotExistingPropertyPropertyKey()
The otherNotExistingProperty property key.

Returns:
the otherNotExistingProperty property key.

thirdNamePropertyKey

@PropertyMetaDataMethod(value="otherName")
de.smartics.properties.api.core.domain.PropertyKey thirdNamePropertyKey()
The otherName property key. To check that the Annotation wins.

Returns:
the otherName property key, not the thirdName key, as the annotation wins.

namePropertyKey

de.smartics.properties.api.core.domain.PropertyKey namePropertyKey()
The name property key.

Returns:
the name property key.

getNamePropertyKey

de.smartics.properties.api.core.domain.PropertyKey getNamePropertyKey()
The name property key.

Returns:
the name property key..

getNameKey

@PropertyMetaDataMethod(value="getName")
de.smartics.properties.api.core.domain.PropertyKey getNameKey()
The name property key.

Returns:
the name property key.

nameKey

@PropertyMetaDataMethod(value="name")
de.smartics.properties.api.core.domain.PropertyKey nameKey()
The name property key.

Returns:
the name property key.

namePropertyDescriptor

de.smartics.properties.api.core.domain.PropertyDescriptor namePropertyDescriptor()
The name property descriptor.

Returns:
the name property descriptor.

getNamePropertyDescriptor

de.smartics.properties.api.core.domain.PropertyDescriptor getNamePropertyDescriptor()
The name property descriptor.

Returns:
the name property descriptor.

nameDescriptor

@PropertyMetaDataMethod(value="name")
de.smartics.properties.api.core.domain.PropertyDescriptor nameDescriptor()
The name property descriptor.

Returns:
the name property descriptor.

getNameDescriptor

@PropertyMetaDataMethod(value="getName")
de.smartics.properties.api.core.domain.PropertyDescriptor getNameDescriptor()
The name property descriptor.

Returns:
the name property descriptor.


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