public interface IPPersistableRegisterGroup
| Modifier and Type | Method and Description |
|---|---|
String |
getMemento()
Returns a memento that can be used to reconstruct this group
|
IPRegisterDescriptor[] |
getRegisterDescriptors()
Returns the array of group's register descriptors.
|
void |
initializeFromMemento(String memento)
Initializes this group based on the given memento.
|
void |
setRegisterDescriptors(IPRegisterDescriptor[] registerDescriptors)
Replaces the group register descriptors by the specified descriptors.
|
String getMemento() throws CoreException
CoreException - if unable to construct a mementovoid initializeFromMemento(String memento) throws CoreException
memento - a memento to initialize this groupCoreException - on failure to initializeIPRegisterDescriptor[] getRegisterDescriptors()
void setRegisterDescriptors(IPRegisterDescriptor[] registerDescriptors)
the - array of register descriptorsCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.