public interface PropertySheetInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DBFIELD_PROPERTIES
The list of properties.
|
static java.lang.String |
DBINTERFACE_NAME
Handles multiple properties.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getProperties(java.lang.String... args)
The list of properties.
|
PropertySheetInterface |
setProperties(java.util.List value,
java.lang.String... args)
The list of properties.
|
static final java.lang.String DBINTERFACE_NAME
static final java.lang.String DBFIELD_PROPERTIES
@CheckReturnValue @Nonnull java.util.List getProperties(java.lang.String... args)
args
- the optional arguments@Nonnull PropertySheetInterface setProperties(java.util.List value, java.lang.String... args) throws java.lang.Exception
value
- Propertiesargs
- the optional argumentsjava.lang.Exception
- a serious problem.stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.