de.smartics.properties.tutorial.property.key
Interface DescriptorAndKeyProperties

Package class diagram package DescriptorAndKeyProperties

@PropertySet(value="tutorial.property.key")
public interface DescriptorAndKeyProperties

A sample property set for the PropertyKeyAccessTutorial.


Method Summary
 String host()
          Returns the name of the host.
 de.smartics.properties.api.core.domain.PropertyDescriptor hostPropertyDescriptor()
          Returns the property descriptor for the #host() property.
 de.smartics.properties.api.core.domain.PropertyKey hostPropertyKey()
          Returns the property key for the #host() property.
 

Method Detail

host

String host()
Returns the name of the host. This name is used to construct URLs by adding a protocol, an optional port and request path. It is allowed to set an IP address as specified in RFC 2396.

Returns:
the name of the host.

hostPropertyDescriptor

de.smartics.properties.api.core.domain.PropertyDescriptor hostPropertyDescriptor()
Returns the property descriptor for the #host() property.

Returns:
the property descriptor for the #host() property.

hostPropertyKey

de.smartics.properties.api.core.domain.PropertyKey hostPropertyKey()
Returns the property key for the #host() property.

Returns:
the property key for the #host() property.


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