|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElementState
This interface is implemented by the DSEElementState class to provide an implementation for the state property of the DataElement class and the intialState of the AbstractPropertyDescriptor.
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones the ElementState. |
boolean |
get(java.lang.String flagName)
Gets the flag state whose name is flagName. |
boolean |
isAmended()
Returns true if the amended flag is activated. |
boolean |
isDisabled()
Returns true if the disabled flag is activated. |
boolean |
isHidden()
Returns true if the hidden flag is activated. |
boolean |
isMandatory()
Returns true if the mandatory flag is activated. |
boolean |
isOmitted()
Returns true if the omitted flag is activated. |
boolean |
isReadOnly()
Returns true if the readOnly flag is activated. |
void |
set(java.lang.String flagName,
boolean aValue)
Sets a flag state to aValue. |
void |
setAmended(boolean aValue)
Sets the amended flag to aValue. |
void |
setDisabled(boolean aValue)
Sets the disabled flag to aValue. |
void |
setHidden(boolean aValue)
Sets the hidden flag to aValue. |
void |
setMandatory(boolean aValue)
Sets the mandatory flag to aValue. |
void |
setOmitted(boolean aValue)
Sets the omitted flag to aValue. |
void |
setReadOnly(boolean aValue)
Sets the readOnly flag to aValue. |
Method Detail |
---|
java.lang.Object clone()
boolean get(java.lang.String flagName) throws DSEInvalidArgumentException
flagName
- java.lang.String
DSEInvalidArgumentException
- - FlagName is invalidboolean isAmended()
boolean isDisabled()
boolean isHidden()
boolean isMandatory()
boolean isOmitted()
boolean isReadOnly()
void set(java.lang.String flagName, boolean aValue) throws DSEInvalidArgumentException
flagName
- java.lang.StringaValue
- boolean
DSEInvalidArgumentException
- - FlagName is invalidvoid setAmended(boolean aValue)
aValue
- booleanvoid setDisabled(boolean aValue)
aValue
- booleanvoid setHidden(boolean aValue)
aValue
- booleanvoid setMandatory(boolean aValue)
aValue
- booleanvoid setOmitted(boolean aValue)
aValue
- booleanvoid setReadOnly(boolean aValue)
aValue
- boolean
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |