Package | Description |
---|---|
org.rvpf.base.store | |
org.rvpf.base.tool | |
org.rvpf.store.client |
Store client common definitions.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<Externalizer.ValueType> |
StoreSessionProxy.supportedValueTypes()
Returns the set of supported value types.
|
EnumSet<Externalizer.ValueType> |
Store.supportedValueTypes()
Gets the value types supported by this store.
|
Modifier and Type | Method and Description |
---|---|
static Externalizer.ValueType |
Externalizer.ValueType.get(byte code)
Gets a value type from a code.
|
static Externalizer.ValueType |
Externalizer.ValueType.get(Object object)
Gets a value type for an object.
|
static Externalizer.ValueType |
Externalizer.ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Externalizer.ValueType[] |
Externalizer.ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<Externalizer.ValueType> |
Externalizer.ValueType.stringToSet(String valueTypeCodes)
Returns a value type set for a string of value type codes.
|
Modifier and Type | Method and Description |
---|---|
static String |
Externalizer.ValueType.arrayToString(Externalizer.ValueType[] valueTypes)
Returns a string of value type codes for a value type array.
|
Modifier and Type | Method and Description |
---|---|
static String |
Externalizer.ValueType.setToString(EnumSet<Externalizer.ValueType> valueTypes)
Returns a string of value type codes for a value type set.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<Externalizer.ValueType> |
AbstractStore.supportedValueTypes()
Gets the value types supported by this store.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.