eu.xtreemos.xosd.resmng
Class ResMng.XMLMatch

java.lang.Object
  extended by 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

Field Summary
 int compareType
           
 java.lang.String glueKey
           
 java.lang.String jsdlKey
           
static int MBYTES
           
static int MHZ
           
static int NUMERIC
           
static int STRING
           
 
Constructor Summary
ResMng.XMLMatch(java.lang.String jsdlKey, java.lang.String glueKey, int compareType)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ResMng.XMLMatch

public ResMng.XMLMatch(java.lang.String jsdlKey,
                       java.lang.String glueKey,
                       int compareType)