org.opencrx.kernel.base.cci2
Interface ImportParams

All Known Subinterfaces:
ImportParams

public interface ImportParams


Nested Class Summary
static class ImportParams.Member
          The structure's members
 
Method Summary
 byte[] getItem()
          Retrieves the value for the optional structure field item.
 String getItemMimeType()
          Retrieves the value for the optional structure field itemMimeType.
 String getItemName()
          Retrieves the value for the optional structure field itemName.
 short getLocale()
          Retrieves the value for the structure field locale.
 

Method Detail

getItem

byte[] getItem()
Retrieves the value for the optional structure field item.

Returns:
The possibly null value for structure field item.

getItemMimeType

String getItemMimeType()
Retrieves the value for the optional structure field itemMimeType.

Returns:
The possibly null value for structure field itemMimeType.

getItemName

String getItemName()
Retrieves the value for the optional structure field itemName.

Returns:
The possibly null value for structure field itemName.

getLocale

short getLocale()
Retrieves the value for the structure field locale.

Returns:
The non-null value for structure field locale.


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