public interface CodeValue
Modifier and Type | Method and Description |
---|---|
List<? extends CodeValue> |
getChildValues()
Retrieves a list of child values.
|
String |
getDescription()
Retrieves the value description.
|
String |
getName()
Retrieves the value name.
|
Code |
getParentCode()
Retrieve the parent Code.
|
Integer |
getParentCodeUniqueID()
Retrieve the parent code's unique ID.
|
Integer |
getParentValueUniqueID()
Retrieves the unique ID of the parent value.
|
Integer |
getSequenceNumber()
Retrieves the sequence number for this value.
|
Integer |
getUniqueID()
Retrieves the unique ID for this value.
|
Integer getUniqueID()
Code getParentCode()
Integer getParentCodeUniqueID()
Integer getSequenceNumber()
String getName()
String getDescription()
Integer getParentValueUniqueID()
Copyright © 2000–2024 Packwood Software. All rights reserved.