org.xulux.api.gui
Interface IProperty


public interface IProperty

Version:
$Id: $
Author:
Martin van den Bemt

Method Summary
 java.lang.String getAlias()
           
 boolean getBooleanValue()
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 

Method Detail

getName

java.lang.String getName()
Returns:
the name of the property.

getAlias

java.lang.String getAlias()
Returns:
the alias of the property. The alias will be the same as the name, if the alias is not set.

getValue

java.lang.String getValue()
Returns:
the value of the property

getBooleanValue

boolean getBooleanValue()
Returns:
the converted value from value.


Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.