- java.lang.Object
-
- org.quantlib.Barrier.Type
-
- Enclosing class:
- Barrier
public static final class Barrier.Type extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Barrier.TypeDownInstatic Barrier.TypeDownOutstatic Barrier.TypeUpInstatic Barrier.TypeUpOut
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Barrier.TypeswigToEnum(int swigValue)intswigValue()StringtoString()
-
-
-
Field Detail
-
DownIn
public static final Barrier.Type DownIn
-
UpIn
public static final Barrier.Type UpIn
-
DownOut
public static final Barrier.Type DownOut
-
UpOut
public static final Barrier.Type UpOut
-
-
Method Detail
-
swigValue
public final int swigValue()
-
swigToEnum
public static Barrier.Type swigToEnum(int swigValue)
-
-