Class AttributeValues


  • public class AttributeValues
    extends java.lang.Object
    Klasse, die Hilfsmethoden zum Zugriff und zur Konvertierung von Attributwerten zur Verfügung stellt.
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeValues()  
    • Method Summary

      Modifier and Type Method Description
      static void checkValue​(AttributeType attributeType, java.lang.String textValue, ObjectLookup objectLookup)  
      static boolean hasUndefinedValue​(AttributeType attributeType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttributeValues

        public AttributeValues()
    • Method Detail

      • checkValue

        public static void checkValue​(AttributeType attributeType,
                                      java.lang.String textValue,
                                      ObjectLookup objectLookup)
      • hasUndefinedValue

        public static boolean hasUndefinedValue​(AttributeType attributeType)