public class RegistryEntry extends Object
| Constructor | Description |
|---|---|
RegistryEntry() |
| Modifier and Type | Method | Description |
|---|---|---|
Vector<String> |
getContents() |
|
String |
getName() |
|
boolean |
isAddition() |
|
String |
printValue() |
|
void |
setAddition(boolean addition) |
|
void |
setContents(Vector<String> contents) |
|
void |
setName(String Name) |
Copyright © 2019 SMYLD. All rights reserved.