Modifier and Type | Class and Description |
---|---|
static class |
ActivityCodeValue.Builder
ActivityCodeValue builder.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityCodeValue> |
getChildValues()
Retrieve any children of this value.
|
Color |
getColor()
Retrieves the color associated with this value.
|
String |
getDescription()
Retrieves the value description.
|
String |
getName()
Retrieves the value name.
|
ActivityCode |
getParentCode()
Retrieve the parent Code.
|
Integer |
getParentCodeUniqueID()
Retrieve the parent code's unique ID.
|
ActivityCodeValue |
getParentValue()
Retrieve the parent ActivityCodeValue.
|
Integer |
getParentValueUniqueID()
Retrieve the parent ActivityCodeValue unique ID.
|
Integer |
getSequenceNumber()
Retrieves the sequence number for this value.
|
Integer |
getUniqueID()
Retrieves the unique ID for this value.
|
String |
toString() |
public ActivityCode getParentCode()
CodeValue
getParentCode
in interface CodeValue
public Integer getParentCodeUniqueID()
CodeValue
getParentCodeUniqueID
in interface CodeValue
public Integer getUniqueID()
getUniqueID
in interface CodeValue
public Integer getSequenceNumber()
getSequenceNumber
in interface CodeValue
public String getName()
public String getDescription()
getDescription
in interface CodeValue
public Color getColor()
public ActivityCodeValue getParentValue()
public Integer getParentValueUniqueID()
getParentValueUniqueID
in interface CodeValue
public List<ActivityCodeValue> getChildValues()
getChildValues
in interface CodeValue
Copyright © 2000–2025 MPXJ. All rights reserved.