org.jboss.security.xacml.core.model.policy
Class ExpressionType

java.lang.Object
  extended by org.jboss.security.xacml.core.model.policy.ExpressionType
Direct Known Subclasses:
ApplyType, AttributeDesignatorType, AttributeSelectorType, FunctionType, VariableReferenceType

public abstract class ExpressionType
extends Object

Java class for ExpressionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ExpressionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ExpressionType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionType

public ExpressionType()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.