org.iids.aos.util
Class Restriction
java.lang.Object
org.iids.aos.util.Restriction
public class Restriction
- extends java.lang.Object
- Author:
- rjtimmer
|
Constructor Summary |
Restriction(Item item)
Each restriction is associated with a single item. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Restriction
public Restriction(Item item)
- Each restriction is associated with a single item. This restriction
wraps the Item, providing some more hight-level access.
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.