ie.deri.wsmx.datamodel.nonfunctionalproperties
Class NonFunctionalPropertyLabel

java.lang.Object
  extended byie.deri.wsmx.datamodel.nonfunctionalproperties.NonFunctionalPropertyLabel

public class NonFunctionalPropertyLabel
extends java.lang.Object

(c) Copyright 2004, DERI - Digital Enterprise Research Institute, Ireland

Author:
Michal Zaremba NonFunctionalProperty.java, 13-Jun-2004, 11:43:59

Field Summary
static NonFunctionalPropertyLabel ACCURACY
           
static NonFunctionalPropertyLabel FINANCIAL
           
static NonFunctionalPropertyLabel NETWORK_RELATED_QoS
           
static NonFunctionalPropertyLabel PERFORMANCE
           
static NonFunctionalPropertyLabel RELIABILIITY
           
static NonFunctionalPropertyLabel ROBUSTNESS
           
static NonFunctionalPropertyLabel SCALABILITY
           
static NonFunctionalPropertyLabel SECURITY
           
static NonFunctionalPropertyLabel TRANSACTIONAL
           
static NonFunctionalPropertyLabel TRUST
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 int getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SCALABILITY

public static final NonFunctionalPropertyLabel SCALABILITY

PERFORMANCE

public static final NonFunctionalPropertyLabel PERFORMANCE

RELIABILIITY

public static final NonFunctionalPropertyLabel RELIABILIITY

SECURITY

public static final NonFunctionalPropertyLabel SECURITY

ROBUSTNESS

public static final NonFunctionalPropertyLabel ROBUSTNESS

ACCURACY

public static final NonFunctionalPropertyLabel ACCURACY

TRANSACTIONAL

public static final NonFunctionalPropertyLabel TRANSACTIONAL

TRUST

public static final NonFunctionalPropertyLabel TRUST

FINANCIAL

public static final NonFunctionalPropertyLabel FINANCIAL

NETWORK_RELATED_QoS

public static final NonFunctionalPropertyLabel NETWORK_RELATED_QoS
Method Detail

getValue

public int getValue()

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object object)