public class IntegerList extends AbstractList<Integer>
| Constructor and Description |
|---|
IntegerList()
Default constructor.
|
IntegerList(Integer... values)
Custom constructor.
|
IntegerList(List<Integer> list)
Custom constructor.
|
IntegerList(String value)
Custom constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
convertFromString(String value)
Converts the data type from a String value.
|
String |
toString() |
get, getList, marshal, setList, unmarshalequals, hashCodepublic IntegerList()
public IntegerList(Integer... values)
public IntegerList(List<Integer> list)
public IntegerList(String value)
protected Integer convertFromString(String value)
AbstractListconvertFromString in class AbstractList<Integer>value - String expression.AbstractList.convertFromString(java.lang.String)public String toString()
toString in class AbstractXJdfType<String,AbstractList<Integer>>Object.toString()Copyright © 2016. All rights reserved.