org.omg.model1.cci2
Interface PackageExternalizeParams

All Known Subinterfaces:
PackageExternalizeParams

public interface PackageExternalizeParams


Method Summary
 boolean containsFormat(String value)
           
 List<String> getFormat()
           
 String getFormat(int index)
           
 

Method Detail

getFormat

List<String> getFormat()
Returns:
A list containing all elements for this structure field.

containsFormat

boolean containsFormat(String value)
Parameters:
value - An element whose presence in the list of all the values for this structure field is to be tested.
Returns:
true if the list of all the values for this structure field contains the specified element.

getFormat

String getFormat(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this structure field.


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