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