Class AttributeValues
- java.lang.Object
-
- de.bsvrz.dav.daf.communication.dataRepresentation.data.util.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)
-
-
-
Method Detail
-
checkValue
public static void checkValue(AttributeType attributeType, java.lang.String textValue, ObjectLookup objectLookup)
-
hasUndefinedValue
public static boolean hasUndefinedValue(AttributeType attributeType)
-
-