com.monad.homerun.object
Class Constraint
java.lang.Object
com.monad.homerun.object.Constraint
- All Implemented Interfaces:
- java.io.Serializable
public class Constraint
- extends java.lang.Object
- implements java.io.Serializable
Constraint contains the details, usually type-specifc,
of the attachment of a component (control, emitter, or model)
to an object.
- See Also:
- Serialized Form
Constructor Summary |
Constraint()
|
Constraint(int directive,
java.lang.String group,
java.lang.String component)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAIL
public static final int NAIL
- See Also:
- Constant Field Values
ALLOW
public static final int ALLOW
- See Also:
- Constant Field Values
DENY
public static final int DENY
- See Also:
- Constant Field Values
Constraint
public Constraint()
Constraint
public Constraint(int directive,
java.lang.String group,
java.lang.String component)
getDirective
public int getDirective()
getGroup
public java.lang.String getGroup()
getComponent
public java.lang.String getComponent()
getProperty
public java.lang.String getProperty(java.lang.String key)
getProperties
public java.util.Map getProperties()
Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.