ponderEnforcement.policyService
Class PolicyEntryType

java.lang.Object
  |
  +--ponderEnforcement.policyService.PolicyEntry
        |
        +--ponderEnforcement.policyService.PolicyEntryType
All Implemented Interfaces:
java.io.Serializable

public class PolicyEntryType
extends PolicyEntry
implements java.io.Serializable

Function: Models a type policy entry object. Extends the PolicyEntry abstract class

See Also:
Serialized Form

Fields inherited from class ponderEnforcement.policyService.PolicyEntry
javaBytes, name
 
Constructor Summary
PolicyEntryType(java.lang.String newName, java.lang.String newDomain, int newType)
          Constructor
 
Method Summary
 boolean getIsType()
          Returns true/false depending on whether this is a type or not To be overriden
 BasicPolicyI getPolicyObject()
          It returns null
 
Methods inherited from class ponderEnforcement.policyService.PolicyEntry
getDomain, getJavaBytes, getName, getSourceText, getType, setJavaBytes, setSourceText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyEntryType

public PolicyEntryType(java.lang.String newName,
                       java.lang.String newDomain,
                       int newType)
Constructor
Method Detail

getIsType

public boolean getIsType()
Returns true/false depending on whether this is a type or not To be overriden
Overrides:
getIsType in class PolicyEntry

getPolicyObject

public BasicPolicyI getPolicyObject()
                             throws java.lang.Exception
It returns null
Overrides:
getPolicyObject in class PolicyEntry