org.iids.aos.util
Class Restriction

java.lang.Object
  extended by org.iids.aos.util.Restriction

public class Restriction
extends java.lang.Object

Author:
rjtimmer

Nested Class Summary
static class Restriction.Type
           
 
Constructor Summary
Restriction(Item item)
          Each restriction is associated with a single item.
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.String getFieldName()
           
 java.lang.String getLocation()
           
 java.lang.String getServiceName()
           
 Restriction.Type getType()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Restriction

public Restriction(Item item)
Each restriction is associated with a single item. This restriction wraps the Item, providing some more hight-level access.

Method Detail

getType

public Restriction.Type getType()

getValue

public java.lang.Object getValue()

getServiceName

public java.lang.String getServiceName()

getLocation

public java.lang.String getLocation()

getFieldName

public java.lang.String getFieldName()

getClassName

public java.lang.String getClassName()


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.