Uses of Class
nl.tno.omt.NonEmptyString
Packages that use NonEmptyString
-
Uses of NonEmptyString in nl.tno.omt
Fields in nl.tno.omt declared as NonEmptyStringModifier and TypeFieldDescriptionprotected NonEmptyStringSimpleDataType.accuracyprotected NonEmptyStringModelIdentificationType.descriptionprotected NonEmptyStringVariantRecordDataType.Alternative.enumeratorprotected NonEmptyStringKeywordType.keywordValueprotected NonEmptyStringModelIdentificationType.nameprotected NonEmptyStringDimensionType.normalizationprotected NonEmptyStringSimpleDataType.resolutionprotected NonEmptyStringSimpleDataType.unitsprotected NonEmptyStringModelIdentificationType.versionMethods in nl.tno.omt that return NonEmptyStringModifier and TypeMethodDescriptionObjectFactory.createNonEmptyString()Create an instance ofNonEmptyStringSimpleDataType.getAccuracy()Gets the value of the accuracy property.ModelIdentificationType.getDescription()Gets the value of the description property.VariantRecordDataType.Alternative.getEnumerator()Gets the value of the enumerator property.KeywordType.getKeywordValue()Gets the value of the keywordValue property.ModelIdentificationType.getName()Gets the value of the name property.DimensionType.getNormalization()Gets the value of the normalization property.SimpleDataType.getResolution()Gets the value of the resolution property.SimpleDataType.getUnits()Gets the value of the units property.ModelIdentificationType.getVersion()Gets the value of the version property.Methods in nl.tno.omt with parameters of type NonEmptyStringModifier and TypeMethodDescriptionvoidSimpleDataType.setAccuracy(NonEmptyString value) Sets the value of the accuracy property.voidModelIdentificationType.setDescription(NonEmptyString value) Sets the value of the description property.voidVariantRecordDataType.Alternative.setEnumerator(NonEmptyString value) Sets the value of the enumerator property.voidKeywordType.setKeywordValue(NonEmptyString value) Sets the value of the keywordValue property.voidModelIdentificationType.setName(NonEmptyString value) Sets the value of the name property.voidDimensionType.setNormalization(NonEmptyString value) Sets the value of the normalization property.voidSimpleDataType.setResolution(NonEmptyString value) Sets the value of the resolution property.voidSimpleDataType.setUnits(NonEmptyString value) Sets the value of the units property.voidModelIdentificationType.setVersion(NonEmptyString value) Sets the value of the version property.