org.opencrx.application.shop1.cci2
Interface StringPropertyT

All Known Subinterfaces:
StringPropertyT

public interface StringPropertyT


Nested Class Summary
static class StringPropertyT.Member
          The structure's members
 
Method Summary
 String getDomain()
          Retrieves the value for the optional structure field domain.
 String getName()
          Retrieves the value for the structure field name.
 List<String> getStringValue()
          Retrieves a list containing all the elements for the structure field stringValue.
 

Method Detail

getDomain

String getDomain()
Retrieves the value for the optional structure field domain.

--> CodeValueContainer::name

Returns:
The possibly null value for structure field domain.

getName

String getName()
Retrieves the value for the structure field name.

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

getStringValue

List<String> getStringValue()
Retrieves a list containing all the elements for the structure field stringValue.

Returns:
A list containing all elements for this structure field.


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