Uses of Class
biz.c24.io.api.data.SimpleDataType

Packages that use SimpleDataType
biz.c24.io.api.data Data Model super and utility classes. 
biz.c24.io.api.data.swift Specialist API extensions for the SWIFT libraries - used internally. 
 

Uses of SimpleDataType in biz.c24.io.api.data
 

Subclasses of SimpleDataType in biz.c24.io.api.data
 class AnyURIDataType
          A simple data type representing a URI.
 class AtomicDataType
          A simple type representing an atomic item of data.
 class Base64BinaryDataType
          A simple data type representing base 64 encoded binary data in a byte[].
 class BinaryDataType
          A simple data type representing binary data.
 class BooleanDataType
          A simple data type representing a primitive boolean.
 class ByteDataType
          A simple data type representing a primitive byte.
 class CharDataType
          A simple data type representing a primitive char.
 class DateDataType
          A simple data type representing a Date.
 class DecimalDataType
          A simple data type representing a BigDecimal.
 class DoubleDataType
          A simple data type representing a primitve double.
 class EntitiesDataType
          A simple data type representing a list of entities.
 class EntityDataType
          A simple data type representing an entity.
 class FloatDataType
          A simple data type representing a primitive float.
 class GenericDateDataType
          A simple data type representing a Date.
 class GenericStringDataType
          A simple data type representing a String.
 class HexBinaryDataType
          A simple data type representing hex encoded binary data in a byte[].
 class IDDataType
          A simple data type representing an ID.
 class IDRefDataType
          A simple data type representing an ID ref.
 class IDRefsDataType
          A simple data type representing a list of IDs.
 class IntDataType
          A simple data type representing a primitive int.
 class IntegerDataType
          A simple data type representing a BigInteger.
 class ISO8601DataType
           
 class ISO8601DateDataType
          A simple data type representing an ISO8601 Date.
 class ISO8601DateTimeDataType
          A simple data type representing an ISO8601 date time.
 class ISO8601DurationDataType
          A simple data type representing an ISO8601 duration.
 class ISO8601GDayDataType
          A simple data type representing an ISO8601 gDay.
 class ISO8601GMonthDataType
          A simple data type representing an ISO8601 gMonth.
 class ISO8601GMonthDayDataType
          A simple data type representing an ISO8601 gMonthDay.
 class ISO8601GYearDataType
          A simple data type representing an ISO8601 gYear.
 class ISO8601GYearMonthDataType
          A simple data type representing an ISO8601 gYearMonth.
 class ISO8601TimeDataType
          A simple data type representing an ISO8601 time.
 class LanguageDataType
          A simple data type representing a language.
 class ListDataType
          A simple data type representing an array of another simple data type.
 class LongDataType
          A simple data type representing a primitive long.
 class NameDataType
          A simple data type representing a name.
 class NCNameDataType
          A simple data type representing an NC name.
 class NegativeIntegerDataType
          A simple data type representing a negative integer.
 class NMTokenDataType
          A simple data type representing an NM token.
 class NMTokensDataType
          A simple data type representing a list of NM Tokens.
 class NonNegativeIntegerDataType
          A simple data type representing a non negative integer.
 class NonPositiveIntegerDataType
          A simple data type representing a non positive integer.
 class NormalizedStringDataType
          A simple data type representing a normalized string.
 class NotationDataType
          A simple data type representing a notation.
 class NumberDataType
          A simple data type representing a number.
 class PositiveIntegerDataType
          A simple data type representing a positive integer.
 class QNameDataType
          A simple data type representing namespace qualified names.
 class ShortDataType
          A simple data type representing a primitive short.
 class SQLBlobDataType
          A simple data type representing a SQL BLOB (Binary Large OBject).
 class SQLClobDataType
          A simple data type representing a SQL CLOB (Character Large OBject).
 class SQLDateDataType
          A simple data type representing a SQL date.
 class SQLTimeDataType
          A simple data type representing a SQL time.
 class SQLTimestampDataType
          A simple data type representing a SQL timestamp.
 class StringDataType
          A simple data type representing a String.
 class TokenDataType
          A simple data type representing a tokenized String.
 class UnionDataType
          A simple data type representing a union of other simple data types.
 class UnsignedByteDataType
          A simple data type representing an unsigned primitive byte.
 class UnsignedIntDataType
          A simple data type representing an unsigned primitive int.
 class UnsignedLongDataType
          A simple data type representing an unsigned primitive long.
 class UnsignedShortDataType
          A simple data type representing an unsigned primitive short.
 

Methods in biz.c24.io.api.data that return SimpleDataType
 SimpleDataType ComplexDataType.getContentType()
          Returns the content type.
 SimpleDataType ListDataType.getMemberType()
          Returns the member type.
 SimpleDataType UnionDataType.getMemberType(int index)
          Return the member type at index.
 SimpleDataType Attribute.getSimpleType()
          Returns the type of this attribute as a simple type.
 

Methods in biz.c24.io.api.data with parameters of type SimpleDataType
 void UnionDataType.addMemberType(SimpleDataType memberType)
          Adds a member type.
 void ComplexDataType.setContentType(SimpleDataType contentType)
          Sets the content type.
 void ListDataType.setMemberType(SimpleDataType memberType)
          Sets the member type.
 

Constructors in biz.c24.io.api.data with parameters of type SimpleDataType
Attribute(String name, int minCardinality, int maxCardinality, SimpleDataType type, DataModel model)
          Constructs a new instance with the specified type and other values.
 

Uses of SimpleDataType in biz.c24.io.api.data.swift
 

Methods in biz.c24.io.api.data.swift with parameters of type SimpleDataType
static Enumeration SwiftFieldDataType.getAllowedQualifiers(ComplexDataObject swiftField, SimpleDataType simpleDataType)
           
static Enumeration SwiftFieldDataType.getSpecificRestrictions(ComplexDataObject swiftField, SimpleDataType subfieldType)
          Returns a restricted enumeration containing the specific values which must be matched by an object of type subfieldType inside swiftField.
 



C24 Technologies © 2002-2012: All Rights Reserved.