public final class ValueInstance extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ValueInstance.Type |
Modifier and Type | Field and Description |
---|---|
String |
alphabet |
int |
id |
Object |
instance |
ValueInstance.Type |
type |
Constructor and Description |
---|
ValueInstance(int id,
Object instance) |
ValueInstance(Object instance) |
ValueInstance(String alphabet,
Object instance) |
Modifier and Type | Method and Description |
---|---|
void |
set(int id,
Object instance) |
void |
set(Object instance) |
void |
set(String alphabet,
Object instance) |
public ValueInstance.Type type
public int id
public String alphabet
public Object instance
Copyright © 2014 Oracle Corpration. All rights reserved.