public class MultiState extends State
| Modifier and Type | Field and Description |
|---|---|
protected CodedValue |
category |
protected String |
handle |
descriptorVersion, extension, referencedDescriptor, stateVersion| Constructor and Description |
|---|
MultiState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
CodedValue |
getCategory()
Gets the value of the category property.
|
String |
getHandle()
A name to uniquely identify the state.
|
int |
hashCode() |
void |
setCategory(CodedValue value)
Sets the value of the category property.
|
void |
setHandle(String value)
Sets the value of the handle property.
|
String |
toString() |
getDescriptorVersion, getExtension, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setReferencedDescriptor, setStateVersionprotected CodedValue category
protected String handle
public CodedValue getCategory()
CodedValuepublic void setCategory(CodedValue value)
value - allowed object is
CodedValuepublic String getHandle()
Stringpublic void setHandle(String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.