Package org.symphonyoss.s2.canon.model
Class IntegerType
-
public class IntegerType extends Type
-
-
Constructor Summary
Constructors Constructor Description IntegerType(ModelElement parent, ParserContext context, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetCanFailValidation()LonggetMaximum()StringgetMaximumAsString()LonggetMinimum()StringgetMinimumAsString()StringtoString()-
Methods inherited from class org.symphonyoss.s2.canon.model.Type
create, getElementComponent, getElementSchema, getEnum, getHasSet, getIsArraySchema, getIsGenerateFacade, getIsObjectSchema, isEnumAllowed
-
Methods inherited from class org.symphonyoss.s2.canon.model.Schema
getBaseSchema, getComponent, getSuperClasses
-
Methods inherited from class org.symphonyoss.s2.canon.model.ReferenceOrSchema
isResolved
-
Methods inherited from class org.symphonyoss.s2.canon.model.AbstractSchema
createSchema, generateChildren, getIsAnonymousInnerClass, isRequired, toString, toString, toString
-
Methods inherited from class org.symphonyoss.s2.canon.model.ModelElement
add, add, capitalize, generate, getAttributes, getByPath, getCamelCapitalizedName, getCamelName, getChildren, getContext, getDescription, getElementType, getFields, getFormat, getHasByteString, getHasCollections, getHasList, getIsComponent, getIsGenerateBuilderFacade, getIsObjectType, getIsTypeDef, getModel, getName, getParent, getReference, getReferencedTypes, getReferencedTypes, getSchemas, getSchemas, getSnakeCapitalizedName, getSnakeName, getSourceModel, getSummary, resolve, validate
-
-
-
-
Constructor Detail
-
IntegerType
public IntegerType(ModelElement parent, ParserContext context, String name)
-
-
Method Detail
-
getMinimum
public Long getMinimum()
-
getMaximum
public Long getMaximum()
-
getCanFailValidation
public boolean getCanFailValidation()
- Overrides:
getCanFailValidationin classModelElement
-
getMinimumAsString
public String getMinimumAsString()
-
getMaximumAsString
public String getMaximumAsString()
-
toString
public String toString()
- Overrides:
toStringin classAbstractSchema
-
-