Class TypedValue
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.TypedValue
-
@Immutable public class TypedValue extends Object
-
-
Constructor Summary
Constructors Constructor Description TypedValue()TypedValue(String value)TypedValue(String type, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()StringgetValue()voidsetType(String type)voidsetValue(String value)
-