org.openemcee.microflow.usercore
Interface MicroflowDataDescriptor
All Known Implementing Classes: MicroflowDataDescriptorImpl
public interface MicroflowDataDescriptor
This interface is used to determine if a particular attribute is allowed
in a given Microflow instance.
Author:
Scott Schenkein
Field Summary
static java.lang.String
VCS_ID
Version control header.
Method Summary
boolean
isAllowed (java.lang.String name,
java.lang.Class type)
Determines if an object of this type is allowed to be added to the
data to which this is associated.
VCS_ID
public static final java.lang.String VCS_ID
Version control header.
See Also: Constant Field Values
isAllowed
public boolean isAllowed (java.lang.String name,
java.lang.Class type)
Determines if an object of this type is allowed to be added to the
data to which this is associated.
Parameters: name - The name of the attribute to check.type - The desired type.
Returns: True if allowed, false if not.
OpenEmcee Microflow Engine for Java: All software and content contained herein is subject to the Mozilla public license v1.1.