public static interface MIntegerString.Builder extends MString.AbstractBuilder<MIntegerString,MIntegerString.Builder>
Such a builder may be created using
MetadataFactory.integerBuilder(String)
.
Modifier and Type | Method and Description |
---|---|
MIntegerString.Builder |
defaultValue(BigInteger value)
Sets a default value that required occurrences of the field are to be
initialized to.
|
MIntegerString.Builder |
defaultValue(int value)
Sets a default value that required occurrences of the field are to be
initialized to.
|
allowsEmpty, defaultValue
build, name
MIntegerString.Builder defaultValue(int value)
value
- an initial valueMIntegerString.Builder defaultValue(BigInteger value) throws IllegalArgumentException
value
- an initial valueIllegalArgumentException
- if value
is nullCopyright © 2016 Push Technology Ltd. All Rights Reserved.