Uses of Class
nl.tno.omt.IdentifierType
Packages that use IdentifierType
-
Uses of IdentifierType in nl.tno.omt
Fields in nl.tno.omt declared as IdentifierTypeModifier and TypeFieldDescriptionprotected IdentifierTypeVariantRecordDataType.discriminantprotected IdentifierTypeSynchronizationPointType.labelprotected IdentifierTypeArrayDataType.nameprotected IdentifierTypeAttributeType.nameprotected IdentifierTypeBasicDataType.nameprotected IdentifierTypeDimensionType.nameprotected IdentifierTypeEnumeratedDataType.Enumerator.nameprotected IdentifierTypeEnumeratedDataType.nameprotected IdentifierTypeFixedRecordDataType.Field.nameprotected IdentifierTypeFixedRecordDataType.nameprotected IdentifierTypeInteractionClassType.nameprotected IdentifierTypeObjectClassType.nameprotected IdentifierTypeParameterType.nameprotected IdentifierTypeSimpleDataType.nameprotected IdentifierTypeTransportationType.nameprotected IdentifierTypeUpdateRateType.nameprotected IdentifierTypeVariantRecordDataType.Alternative.nameprotected IdentifierTypeVariantRecordDataType.nameMethods in nl.tno.omt that return IdentifierTypeModifier and TypeMethodDescriptionObjectFactory.createIdentifierType()Create an instance ofIdentifierTypeVariantRecordDataType.getDiscriminant()Gets the value of the discriminant property.SynchronizationPointType.getLabel()Gets the value of the label property.ArrayDataType.getName()Gets the value of the name property.AttributeType.getName()Gets the value of the name property.BasicDataType.getName()Gets the value of the name property.DimensionType.getName()Gets the value of the name property.EnumeratedDataType.Enumerator.getName()Gets the value of the name property.EnumeratedDataType.getName()Gets the value of the name property.FixedRecordDataType.Field.getName()Gets the value of the name property.FixedRecordDataType.getName()Gets the value of the name property.InteractionClassType.getName()Gets the value of the name property.ObjectClassType.getName()Gets the value of the name property.ParameterType.getName()Gets the value of the name property.SimpleDataType.getName()Gets the value of the name property.TransportationType.getName()Gets the value of the name property.UpdateRateType.getName()Gets the value of the name property.VariantRecordDataType.Alternative.getName()Gets the value of the name property.VariantRecordDataType.getName()Gets the value of the name property.Methods in nl.tno.omt with parameters of type IdentifierTypeModifier and TypeMethodDescriptionvoidVariantRecordDataType.setDiscriminant(IdentifierType value) Sets the value of the discriminant property.voidSynchronizationPointType.setLabel(IdentifierType value) Sets the value of the label property.voidArrayDataType.setName(IdentifierType value) Sets the value of the name property.voidAttributeType.setName(IdentifierType value) Sets the value of the name property.voidBasicDataType.setName(IdentifierType value) Sets the value of the name property.voidDimensionType.setName(IdentifierType value) Sets the value of the name property.voidEnumeratedDataType.Enumerator.setName(IdentifierType value) Sets the value of the name property.voidEnumeratedDataType.setName(IdentifierType value) Sets the value of the name property.voidFixedRecordDataType.Field.setName(IdentifierType value) Sets the value of the name property.voidFixedRecordDataType.setName(IdentifierType value) Sets the value of the name property.voidInteractionClassType.setName(IdentifierType value) Sets the value of the name property.voidObjectClassType.setName(IdentifierType value) Sets the value of the name property.voidParameterType.setName(IdentifierType value) Sets the value of the name property.voidSimpleDataType.setName(IdentifierType value) Sets the value of the name property.voidTransportationType.setName(IdentifierType value) Sets the value of the name property.voidUpdateRateType.setName(IdentifierType value) Sets the value of the name property.voidVariantRecordDataType.Alternative.setName(IdentifierType value) Sets the value of the name property.voidVariantRecordDataType.setName(IdentifierType value) Sets the value of the name property.