org.opencrx.kernel.code1.cci2
Interface AbstractEntry.Identity

All Superinterfaces:
org.oasisopen.cci2.Identity, Serializable
All Known Implementing Classes:
AbstractEntry.Identity
Enclosing interface:
AbstractEntry

public static interface AbstractEntry.Identity
extends org.oasisopen.cci2.Identity

Object Identity


Method Summary
 String getCode()
          The code value
 CodeValueContainer.Identity getValueContainer()
          Retrieve the CodeValueContainer's identity
 boolean isCodePersistent()
          Tells whether the code value is persistent.
 

Method Detail

getValueContainer

CodeValueContainer.Identity getValueContainer()
Retrieve the CodeValueContainer's identity

Returns:
the parent object's identity

isCodePersistent

boolean isCodePersistent()
Tells whether the code value is persistent.

Returns:
true if the code value is persistent.

getCode

String getCode()
The code value

Returns:
the code value


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