public class DerivedSmallSignedInteger2 extends SmallSignedInteger implements Serializable
Constructor and Description |
---|
DerivedSmallSignedInteger2(DerivedSmallSignedInteger2 source)
Creates a copy from Source Object.
|
DerivedSmallSignedInteger2(Short _value) |
DerivedSmallSignedInteger2(SmallSignedInteger source)
Creates a new instance from SmallSignedInteger
|
Modifier and Type | Method and Description |
---|---|
static DerivedSmallSignedInteger2 |
getDefaultInstance(String defaultValue) |
equals, getValue, hashCode, toString
@ConstructorProperties(value="value") public DerivedSmallSignedInteger2(Short _value)
public DerivedSmallSignedInteger2(DerivedSmallSignedInteger2 source)
source
- Source objectpublic DerivedSmallSignedInteger2(SmallSignedInteger source)
source
- Source objectpublic static DerivedSmallSignedInteger2 getDefaultInstance(String defaultValue)
Copyright © 2019 OpenDaylight. All rights reserved.