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

Package class diagram package TestProperties

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


Method Summary
 String aName()
          The aName 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.
 String otherName()
          The otherName property.
 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.

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.