Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.lib.base
Interface ClassConstrainedKey  view ClassConstrainedKey download ClassConstrainedKey.java

All Superinterfaces:
ConstrainedKey
All Known Implementing Classes:
UniqueClassConstrainedKey

public interface ClassConstrainedKey
extends ConstrainedKey

A ConstrainedKey that uses class assignability as the constraint


Method Summary
 java.lang.Class getConstrainingClass()
          Get the class of the constraint.
 
Methods inherited from interface com.virtuosotechnologies.lib.base.ConstrainedKey
matchesConstraint
 

Method Detail

getConstrainingClass

public java.lang.Class getConstrainingClass()
Get the class of the constraint.