Package org.symphonyoss.s2.canon.model
Class DoubleType
-
public class DoubleType extends Type
-
-
Constructor Summary
Constructors Constructor Description DoubleType(ModelElement parent, ParserContext context, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetCanFailValidation()DoublegetMaximum()StringgetMaximumAsString()DoublegetMinimum()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
-
DoubleType
public DoubleType(ModelElement parent, ParserContext context, String name)
-
-
Method Detail
-
getMinimum
public Double getMinimum()
-
getMaximum
public Double getMaximum()
-
getMinimumAsString
public String getMinimumAsString()
-
getMaximumAsString
public String getMaximumAsString()
-
getCanFailValidation
public boolean getCanFailValidation()
- Overrides:
getCanFailValidationin classModelElement
-
toString
public String toString()
- Overrides:
toStringin classAbstractSchema
-
-