eu.xtreemos.xosd.resmng
Class ResMng.XMLMatch
java.lang.Object
eu.xtreemos.xosd.resmng.ResMng.XMLMatch
- Enclosing class:
- ResMng
protected class ResMng.XMLMatch
- extends java.lang.Object
A class-structure for defining which element in GLUE match (i.e. should
be used for checking the criteria against) an element in JSDL.
- Author:
- Matej
Constructor Summary |
ResMng.XMLMatch(java.lang.String jsdlKey,
java.lang.String glueKey,
int compareType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jsdlKey
public java.lang.String jsdlKey
glueKey
public java.lang.String glueKey
compareType
public int compareType
NUMERIC
public static final int NUMERIC
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
MBYTES
public static final int MBYTES
- See Also:
- Constant Field Values
MHZ
public static final int MHZ
- See Also:
- Constant Field Values
ResMng.XMLMatch
public ResMng.XMLMatch(java.lang.String jsdlKey,
java.lang.String glueKey,
int compareType)