wt.fv
Interface Storage

All Known Implementing Classes:
FileFolder, Vault

public interface Storage



Supported API: false

Extendable: false


Field Summary
static String ENABLED
          Label for the attribute.
 
Method Summary
 void delete()
          

Supported API: false
 boolean isEnabled()
          Gets the value of the attribute: ENABLED.
 void purge()
          

Supported API: false
 void setEnabled(boolean a_Enabled)
          Sets the value of the attribute: ENABLED.
 

Field Detail

ENABLED

public static final String ENABLED
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

isEnabled

public boolean isEnabled()
Gets the value of the attribute: ENABLED.

Supported API: false

Returns:
boolean

setEnabled

public void setEnabled(boolean a_Enabled)
                throws WTPropertyVetoException
Sets the value of the attribute: ENABLED.

Supported API: false

Parameters:
a_Enabled -
Throws:
WTPropertyVetoException

purge

public void purge()
           throws WTException


Supported API: false

Throws:
WTException

delete

public void delete()
            throws WTException


Supported API: false

Throws:
WTException