public class MyDerivedDecimal extends MyDecimal implements Serializable
Constructor and Description |
---|
MyDerivedDecimal(BigDecimal _value) |
MyDerivedDecimal(MyDecimal source)
Creates a new instance from MyDecimal
|
MyDerivedDecimal(MyDerivedDecimal source)
Creates a copy from Source Object.
|
Modifier and Type | Method and Description |
---|---|
static MyDerivedDecimal |
getDefaultInstance(String defaultValue) |
@ConstructorProperties(value="value") public MyDerivedDecimal(BigDecimal _value)
public MyDerivedDecimal(MyDerivedDecimal source)
source
- Source objectpublic MyDerivedDecimal(MyDecimal source)
source
- Source objectpublic static MyDerivedDecimal getDefaultInstance(String defaultValue)
Copyright © 2019 OpenDaylight. All rights reserved.