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