Loading javasrc/codec/org/etsi/codec/ITciCDWrapper.java +25 −9 Original line number Diff line number Diff line Loading @@ -27,7 +27,31 @@ public interface ITciCDWrapper { * See ETSI ES 201 873-6 V4.2.1 - 7.3.2.1.2 getInteger * @return An instance of Type representing a TTCN-3 integer type */ public IntegerValue getInteger(); public IntegerValue setInteger(final Integer value); /** * Constructs and returns a basic TTCN-3 big integer type * * @see ETSI ES 201 873-6 V4.2.1 - 7.3.2.1.2 getInteger * @return An instance of Type representing a TTCN-3 integer type */ public IntegerValue setInteger(final BigInteger value); /** * Constructs and returns a basic integer type * * See ETSI ES 201 873-6 V4.2.1 - 7.3.2.1.2 getInteger * @return An instance of Type representing a TTCN-3 integer type */ public int getInteger(final IntegerValue iv); /** * Constructs and returns a basic big integer type * * @see ETSI ES 201 873-6 V4.2.1 - 7.3.2.1.2 getInteger * @return An instance of Type representing a TTCN-3 integer type */ public long/*TODO BigInteger*/ getBigInteger(final IntegerValue iv); /** * Constructs and returns a basic TTCN-3 octet string type Loading @@ -45,14 +69,6 @@ public interface ITciCDWrapper { */ public FloatValue getFloat(); /** * Constructs and returns a basic TTCN-3 big integer type * * @see ETSI ES 201 873-6 V4.2.1 - 7.3.2.1.2 getInteger * @return An instance of Type representing a TTCN-3 integer type */ IntegerValue getBigInteger(BigInteger bigInt); /** * Constructs and returns a basic TTCN-3 float type * Loading Loading
javasrc/codec/org/etsi/codec/ITciCDWrapper.java +25 −9 Original line number Diff line number Diff line Loading @@ -27,7 +27,31 @@ public interface ITciCDWrapper { * See ETSI ES 201 873-6 V4.2.1 - 7.3.2.1.2 getInteger * @return An instance of Type representing a TTCN-3 integer type */ public IntegerValue getInteger(); public IntegerValue setInteger(final Integer value); /** * Constructs and returns a basic TTCN-3 big integer type * * @see ETSI ES 201 873-6 V4.2.1 - 7.3.2.1.2 getInteger * @return An instance of Type representing a TTCN-3 integer type */ public IntegerValue setInteger(final BigInteger value); /** * Constructs and returns a basic integer type * * See ETSI ES 201 873-6 V4.2.1 - 7.3.2.1.2 getInteger * @return An instance of Type representing a TTCN-3 integer type */ public int getInteger(final IntegerValue iv); /** * Constructs and returns a basic big integer type * * @see ETSI ES 201 873-6 V4.2.1 - 7.3.2.1.2 getInteger * @return An instance of Type representing a TTCN-3 integer type */ public long/*TODO BigInteger*/ getBigInteger(final IntegerValue iv); /** * Constructs and returns a basic TTCN-3 octet string type Loading @@ -45,14 +69,6 @@ public interface ITciCDWrapper { */ public FloatValue getFloat(); /** * Constructs and returns a basic TTCN-3 big integer type * * @see ETSI ES 201 873-6 V4.2.1 - 7.3.2.1.2 getInteger * @return An instance of Type representing a TTCN-3 integer type */ IntegerValue getBigInteger(BigInteger bigInt); /** * Constructs and returns a basic TTCN-3 float type * Loading