public class SchemaInfoArray extends QApiType
QApiTypeDescriptor{name=SchemaInfoArray, data={element-type=str}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
String |
elementType |
Constructor and Description |
---|
SchemaInfoArray() |
SchemaInfoArray(String elementType) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
SchemaInfoArray |
withElementType(String value) |
toString
@Nonnull public String elementType
public SchemaInfoArray()
public SchemaInfoArray(String elementType)
@Nonnull public SchemaInfoArray withElementType(String value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException