|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.util.ValueUtil
public final class ValueUtil
Method Summary | |
---|---|
static boolean |
checkValueAmountOf(Value value,
String amountOfDictionary,
String amountOfReference)
Vérifie si le qualificatif de la valeur correspond au dictionnaire et à la référence en paramètre |
static boolean |
checkValueClass(Value value,
String valueClass)
Checks the type of the value |
static boolean |
matchAmountOf(Value value,
String dictionary,
String ref)
Checks if the value has an amount with the specified dictionary and reference. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean matchAmountOf(Value value, String dictionary, String ref)
value
- dictionary
- ref
-
public static boolean checkValueClass(Value value, String valueClass)
value
- valueClass
- value type
public static boolean checkValueAmountOf(Value value, String amountOfDictionary, String amountOfReference)
value
- valeur à testeramountOfDictionary
- dictionnaire qualifiant la valeuramountOfReference
- référence du dictionnaire précédent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |