Uses of Class
nl.tno.omt.ObjectModelType
Packages that use ObjectModelType
-
Uses of ObjectModelType in nl.tno.omt
Methods in nl.tno.omt that return ObjectModelTypeModifier and TypeMethodDescriptionObjectFactory.createObjectModelType()Create an instance ofObjectModelTypeMethods in nl.tno.omt that return types with arguments of type ObjectModelTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ObjectModelType> ObjectFactory.createObjectModel(ObjectModelType value) Methods in nl.tno.omt with parameters of type ObjectModelTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ObjectModelType> ObjectFactory.createObjectModel(ObjectModelType value) -
Uses of ObjectModelType in nl.tno.omt.helpers
Methods in nl.tno.omt.helpers that return ObjectModelTypeModifier and TypeMethodDescriptionstatic ObjectModelTypeOmtFunctions.getArrayDataModule(ObjectModelType[] modules, String datatypeName) static ObjectModelTypeOmtFunctions.getEnumeratedDataModule(ObjectModelType[] modules, String datatypeName) static ObjectModelTypeOmtFunctions.getFixedRecordDataModule(ObjectModelType[] modules, String datatypeName) static ObjectModelTypeOmtFunctions.getInteractionClassModule(ObjectModelType[] modules, String fqName) static ObjectModelTypeOmtFunctions.getInteractionClassModule(ObjectModelType[] modules, String fqName, boolean nullOnScaffolding) static ObjectModelTypeOmtFunctions.getObjectClassModule(ObjectModelType[] modules, String fqName) static ObjectModelTypeOmtFunctions.getObjectClassModule(ObjectModelType[] modules, String fqName, boolean nullOnScaffolding) static ObjectModelTypeOmtFunctions.getSimpleDataModule(ObjectModelType[] modules, String datatypeName) static ObjectModelTypeOmtFunctions.getVariantRecordDataModule(ObjectModelType[] modules, String datatypeName) static ObjectModelTypeOmtFunctions.readOmt(InputStream input) static ObjectModelTypestatic ObjectModelTypeMethods in nl.tno.omt.helpers with parameters of type ObjectModelTypeModifier and TypeMethodDescriptionstatic ArrayDataTypesType.ArrayDataOmtFunctions.getArrayDataByName(ObjectModelType[] modules, String datatypeName) static ArrayDataTypesType.ArrayDataOmtFunctions.getArrayDataByName(ObjectModelType module, String datatypeName) static ObjectModelTypeOmtFunctions.getArrayDataModule(ObjectModelType[] modules, String datatypeName) OmtFunctions.getArrayDataTypesWithEncoding(ObjectModelType[] modules, Set<String> encodings) Gets all array datatype with a given encodingOmtFunctions.getBasicDataByName(ObjectModelType[] modules, String representationName) OmtFunctions.getBasicDataByName(ObjectModelType module, String representationName) OmtFunctions.getEnumeratedDataByName(ObjectModelType[] modules, String datatypeName) OmtFunctions.getEnumeratedDataByName(ObjectModelType module, String datatypeName) static ObjectModelTypeOmtFunctions.getEnumeratedDataModule(ObjectModelType[] modules, String datatypeName) OmtFunctions.getFixedRecordDataByName(ObjectModelType[] modules, String datatypeName) OmtFunctions.getFixedRecordDataByName(ObjectModelType module, String datatypeName) static ObjectModelTypeOmtFunctions.getFixedRecordDataModule(ObjectModelType[] modules, String datatypeName) static InteractionClassOmtFunctions.getInteractionClass(ObjectModelType[] modules, String fqName) static InteractionClassOmtFunctions.getInteractionClass(ObjectModelType[] modules, String fqName, boolean nullOnScaffolding) static InteractionClassOmtFunctions.getInteractionClass(ObjectModelType module, String fqName) static InteractionClassOmtFunctions.getInteractionClass(ObjectModelType module, String fqName, boolean nullOnScaffolding) Looks up the InteractionClass for the given FQ OMT name.static ObjectModelTypeOmtFunctions.getInteractionClassModule(ObjectModelType[] modules, String fqName) static ObjectModelTypeOmtFunctions.getInteractionClassModule(ObjectModelType[] modules, String fqName, boolean nullOnScaffolding) OmtFunctions.getInteractionClassParameters(ObjectModelType[] modules, String fqName) static StringOmtJavaMapping.getJavaDatatypeName(ObjectModelType[] modules, String omtDatatypeName, boolean useBoxed) Returns the Java type name for the provided OMT datatype name.static StringOmtJavaMapping.getJavaDatatypeName(ObjectModelType[] modules, String omtDatatypeName, int dimension, boolean useList, boolean useBoxed) Determine Java type name for the provided OMT datatype name.static StringOmtJavaMapping.getJavaDatatypeNameForEnumerationType(ObjectModelType[] modules, String omtDatatypeName, boolean useBoxed) Returns enum type name for provided OMT data type, or null if not possible.static ObjectClassOmtFunctions.getObjectClass(ObjectModelType[] modules, String fqName) static ObjectClassOmtFunctions.getObjectClass(ObjectModelType[] modules, String fqName, boolean nullOnScaffolding) static ObjectClassOmtFunctions.getObjectClass(ObjectModelType module, String fqName) static ObjectClassOmtFunctions.getObjectClass(ObjectModelType module, String fqName, boolean nullOnScaffolding) Looks up the ObjectClass for the given FQ OMT name.OmtFunctions.getObjectClassAttributes(ObjectModelType[] modules, String fqName) static ObjectModelTypeOmtFunctions.getObjectClassModule(ObjectModelType[] modules, String fqName) static ObjectModelTypeOmtFunctions.getObjectClassModule(ObjectModelType[] modules, String fqName, boolean nullOnScaffolding) OmtFunctions.getSimpleDataByName(ObjectModelType[] modules, String datatypeName) OmtFunctions.getSimpleDataByName(ObjectModelType module, String datatypeName) static ObjectModelTypeOmtFunctions.getSimpleDataModule(ObjectModelType[] modules, String datatypeName) OmtFunctions.getTransportationByName(ObjectModelType module, String value) OmtFunctions.getVariantRecordDataByName(ObjectModelType[] modules, String datatypeName) OmtFunctions.getVariantRecordDataByName(ObjectModelType module, String datatypeName) static ObjectModelTypeOmtFunctions.getVariantRecordDataModule(ObjectModelType[] modules, String datatypeName) static FileOmtFunctions.writeOmt(ObjectModelType omt, File output) static FileOmtFunctions.writeOmt(ObjectModelType omt, File output, boolean formatted) static OutputStreamOmtFunctions.writeOmt(ObjectModelType omt, OutputStream output) static OutputStreamOmtFunctions.writeOmt(ObjectModelType omt, OutputStream output, boolean formatted) static WriterOmtFunctions.writeOmt(ObjectModelType omt, Writer output) static WriterOmtFunctions.writeOmt(ObjectModelType omt, Writer output, boolean formatted)