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