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