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