de.smartics.properties.spi.core.metadata.projectdoc
Interface ProjectdocAnnotationCollector.Defaults

Package class diagram package ProjectdocAnnotationCollector.Defaults
All Known Implementing Classes:
PropertyMetaDataDefaults
Enclosing class:
ProjectdocAnnotationCollector

public static interface ProjectdocAnnotationCollector.Defaults

Provider for default values.


Method Summary
 String getName()
          Returns the default name.
 String getSpace()
          Returns the default space.
 String getTitle()
          Returns the default title.
 

Method Detail

getTitle

String getTitle()
Returns the default title. May be null.

Returns:
the default title. May be null.

getName

String getName()
Returns the default name. May be null.

Returns:
the default name. May be null.

getSpace

String getSpace()
Returns the default space. May be null.

Returns:
the default space. May be null.


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