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

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

public static interface AbstractEntry.Identity
extends Identity

Object Identity


Method Summary
 String getCode()
          The code value
 QualifierType getCodeType()
          Tells whether the code value is persistent or reassignable.
 CodeValueContainer.Identity getValueContainer()
          Retrieve the CodeValueContainer's identity
 

Method Detail

getValueContainer

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

Returns:
the parent object's identity

getCodeType

QualifierType getCodeType()
Tells whether the code value is persistent or reassignable.

Returns:
PERSISTENT or REASSIGNABLE

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.