org.opencrx.kernel.base.cci
Interface SetAccessLevelParams

All Superinterfaces:
RefStruct, RefStruct_1_0, Serializable
All Known Implementing Classes:
SetAccessLevelParamsImpl

public interface SetAccessLevelParams
extends RefStruct_1_0


Method Summary
 short getAccessLevelBrowse()
          Retrieves the value for the structure field accessLevelBrowse.
 short getAccessLevelDelete()
          Retrieves the value for the structure field accessLevelDelete.
 short getAccessLevelUpdate()
          Retrieves the value for the structure field accessLevelUpdate.
 short getMode()
          Retrieves the value for the structure field mode.
 
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

getAccessLevelBrowse

short getAccessLevelBrowse()
Retrieves the value for the structure field accessLevelBrowse.

Returns:
The non-null value for structure field accessLevelBrowse.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getAccessLevelDelete

short getAccessLevelDelete()
Retrieves the value for the structure field accessLevelDelete.

Returns:
The non-null value for structure field accessLevelDelete.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getAccessLevelUpdate

short getAccessLevelUpdate()
Retrieves the value for the structure field accessLevelUpdate.

Returns:
The non-null value for structure field accessLevelUpdate.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getMode

short getMode()
Retrieves the value for the structure field mode.

Returns:
The non-null value for structure field mode.
Throws:
JmiException - If the value cannot be retrieved for some reason.


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.