org.syphr.prom
Interface Defaultable


public interface Defaultable

This interface defines functionality to provide a default property value.

Author:
Gregory P. Moyer

Method Summary
 String getDefaultValue()
          Retrieve the default value for key instance.
 

Method Detail

getDefaultValue

String getDefaultValue()
Retrieve the default value for key instance.

Returns:
the default value of this property


Copyright © 2010-2012 Gregory P. Moyer. All Rights Reserved.