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