public class InternalType extends Type
Title: Service Event Fabric Runtime
Description: InternalType represents XSD base types.
Copyright: Copyright (c) 2013
Company: StreamScape Technologies
Modifier and Type | Class and Description |
---|---|
static class |
InternalType.XsdType |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
convertToXsdType(java.lang.String type) |
static InternalType |
createType(java.lang.String typeName) |
java.lang.String |
escapeValue(java.lang.String enumValue) |
java.lang.String |
getEdlTypeName(XsdSchema schema,
boolean isSimpleTypeAsString) |
java.lang.String |
getMaxValue() |
java.lang.String |
getMinValue() |
InternalType.XsdType |
getType() |
boolean |
isNumeric() |
getEdlRestrictions, getName
public InternalType.XsdType getType()
public java.lang.String getEdlTypeName(XsdSchema schema, boolean isSimpleTypeAsString) throws XsdException
getEdlTypeName
in class Type
XsdException
public static InternalType createType(java.lang.String typeName) throws XsdException
XsdException
public static java.lang.String convertToXsdType(java.lang.String type)
public boolean isNumeric()
public java.lang.String getMinValue() throws XsdException
XsdException
public java.lang.String getMaxValue() throws XsdException
XsdException
public java.lang.String escapeValue(java.lang.String enumValue)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.