ie.deri.wsmx.datamodel
Class NonFunctionalProperties

java.lang.Object
  extended byie.deri.wsmx.datamodel.NonFunctionalProperties

public class NonFunctionalProperties
extends java.lang.Object


Constructor Summary
NonFunctionalProperties()
           
 
Method Summary
 NonFunctionalProperty getNonFunctionalProperty(NonFunctionalPropertyLabel name)
           
static void main(java.lang.String[] args)
           
 void setNonFunctionalProperty(NonFunctionalProperty property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonFunctionalProperties

public NonFunctionalProperties()
Method Detail

setNonFunctionalProperty

public void setNonFunctionalProperty(NonFunctionalProperty property)

getNonFunctionalProperty

public NonFunctionalProperty getNonFunctionalProperty(NonFunctionalPropertyLabel name)

main

public static void main(java.lang.String[] args)