com.novell.zos.constraint
Interface IncludeConstraint

All Superinterfaces:
Constraint, Serializable

public interface IncludeConstraint
extends Constraint


Field Summary
 
Fields inherited from interface com.novell.zos.constraint.Constraint
TYPE_ACCEPT, TYPE_ALLOCATION, TYPE_AUTHORIZE, TYPE_CONTINUE, TYPE_DEFAULT, TYPE_HEALTH, TYPE_PROVISION, TYPE_REPOSITORY, TYPE_RESET, TYPE_RESOURCE, TYPE_START, TYPE_TRIGGER, TYPE_VMHOST, TYPES
 
Method Summary
 String getConstraintType()
           
 String getPolicyId()
           
 void setConstraintType(String constraintType)
           
 void setPolicyId(String policyID)
           
 
Methods inherited from interface com.novell.zos.constraint.Constraint
getReason, setReason, toString, toXmlDocument, validate
 

Method Detail

getConstraintType

String getConstraintType()

setConstraintType

void setConstraintType(String constraintType)

getPolicyId

String getPolicyId()

setPolicyId

void setPolicyId(String policyID)


Copyright (c) 2010 Novell, Inc. All rights reserved.