|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CredentialResetParams
| Method Summary | |
|---|---|
boolean |
containsResetValue(byte[] value)
Returns true if the list of all the values for the structure field resetValue contains the specified element. |
List |
getResetValue()
Retrieves a list containing all the elements for the structure field resetValue. |
byte[] |
getResetValue(int index)
Retrieves the element at the specified position in the list of all the values for the structure field resetValue. |
byte[] |
getValue()
Retrieves the value for the optional structure field value. |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefStruct_1_0 |
|---|
refContainsValue, refDelegate, refGetValue |
| Methods inherited from interface javax.jmi.reflect.RefStruct |
|---|
equals, hashCode, refFieldNames, refGetValue, refTypeName |
| Method Detail |
|---|
List getResetValue()
resetValue.
JmiException - If the values cannot be retrieved for some reason.boolean containsResetValue(byte[] value)
resetValue contains the specified element.
value - An element whose presence in the list of all the values for this structure field is to be tested.
true if the list of all the values for this structure field contains the specified element.
JmiException - If the containment of the value cannot be checked for some reason.byte[] getResetValue(int index)
resetValue.
index - The index of the element to return.
JmiException - If the value cannot be retrieved for some reason.byte[] getValue()
value.
value.
JmiException - If the value cannot be retrieved for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||