de.smartics.properties.tutorial.property.metadata
Interface MetaDataProperties

Package class diagram package MetaDataProperties

@PropertySet(value="tutorial.property.metadata")
public interface MetaDataProperties

A sample property set for the PropertyMetaDataTutorial.


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.
 

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.


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