public class GQLAttributeListScalarMetaData extends GQLAbstractAttributeMetaData
| Constructor and Description |
|---|
GQLAttributeListScalarMetaData()
Default constructor
|
GQLAttributeListScalarMetaData(String name,
GQLScalarTypeEnum scalarType)
Constructor passing name and scalar type and keeping default values for
other attributes.
|
GQLAttributeListScalarMetaData(String name,
String scalarTypeCode)
Constructor passing name and scalar type and keeping default values for
other attributes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendToString(StringBuilder stringBuilder) |
String |
getScalarType()
Get the scalar type code
|
GQLAttributeListScalarMetaData |
setScalarType(String scalarTypeCode)
Set the scalar type code
|
getDescription, getDynamicAttributeGetter, getDynamicAttributeSetter, getName, isDynamic, isDynamicAttributeGetter, isDynamicAttributeSetter, isFilterable, isMandatory, isMandatoryForCreate, isMandatoryForUpdate, isNullable, isNullableForCreate, isNullableForUpdate, isReadable, isSaveable, setDescription, setDynamicAttributeGetter, setDynamicAttributeSetter, setFilterable, setMandatory, setMandatoryForCreate, setMandatoryForUpdate, setName, setNullable, setNullableForCreate, setNullableForUpdate, setReadable, setSaveablefinalizeToString, toStringpublic GQLAttributeListScalarMetaData()
public GQLAttributeListScalarMetaData(String name, String scalarTypeCode)
name - the name for the attribute. This name will be used for
building GraphQL schema : queries, mutations, descriptions
etc.scalarTypeCode - the scalar type codepublic GQLAttributeListScalarMetaData(String name, GQLScalarTypeEnum scalarType)
name - the name for the attribute. This name will be used for
building GraphQL schema : queries, mutations, descriptions
etc.scalarType - the scalar type GQLScalarTypeEnumprotected void appendToString(StringBuilder stringBuilder)
appendToString in class GQLAbstractAttributeMetaDatapublic String getScalarType()
public GQLAttributeListScalarMetaData setScalarType(String scalarTypeCode)
scalarTypeCode - the scalarTypeCode to setCopyright © 2019. All rights reserved.