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