Package hec.io.impl
Class StoreOptionImpl
java.lang.Object
hec.io.impl.StoreOptionImpl
- All Implemented Interfaces:
StoreOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
void
setIrregular
(String irregular) void
setOverride
(String override) void
setRegular
(String regular)
-
Constructor Details
-
StoreOptionImpl
public StoreOptionImpl()
-
-
Method Details
-
getRegular
public int getRegular()- Specified by:
getRegular
in interfaceStoreOption
-
setRegular
- Specified by:
setRegular
in interfaceStoreOption
-
getIrregular
public int getIrregular()- Specified by:
getIrregular
in interfaceStoreOption
-
setIrregular
- Specified by:
setIrregular
in interfaceStoreOption
-
getOverride
public boolean getOverride()- Specified by:
getOverride
in interfaceStoreOption
-
setOverride
- Specified by:
setOverride
in interfaceStoreOption
-
getInstance
- Specified by:
getInstance
in interfaceStoreOption
-