net.groboclown.xml.xdstates.v1.modules
Interface IPermuteValueModule

All Superinterfaces:
IValueModule
All Known Implementing Classes:
AbstractVSelect

public interface IPermuteValueModule
extends IValueModule

A module that is associated with a value in a particular Attribute, and also supplies a hasAnotherState method. The hasAnotherState will only be called after the calls to IValueModule.fire( String, IDataList ).

Version:
Alpha 0.9.0 - JDK 1.0+
Author:
Matt Albrecht

Method Summary
 boolean hasAnotherState()
           
 
Methods inherited from interface net.groboclown.xml.xdstates.v1.IValueModule
checkValue, copy, fire, shouldFireTreeParse
 

Method Detail

hasAnotherState

public boolean hasAnotherState()
See Also:
IAttributeModule#hasAnotherState()


Written under the LGPL