NumericQuestion
public class NumericQuestion : DefaultQuestion
-
Declaration
Swift
public private(set) var appearance: NumericAppearance { get } -
Declaration
Swift
public func setValue(value: Double?) -
Declaration
Swift
public func setValue(value: Int?) -
Declaration
Swift
public func getValue() -> Double? -
Declaration
Swift
public func getValue() -> Int? -
Declaration
Swift
public func getValue() -> String? -
Declaration
Swift
override public func validate() throws -> [ValidationQuestionError]
NumericQuestion Class Reference