public abstract class AbstractFileDescriptorTypeRestriction
extends java.lang.Object
This class is NOT intended to be extended by a client.
Copyright Micro Focus GmbH.
| Constructor and Description |
|---|
AbstractFileDescriptorTypeRestriction() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<EFileTypes> |
getRestrictions()
|
void |
registerNextFileTypeRestriction(AbstractFileDescriptorTypeRestriction pFileTypeRestriction)
Registers a new
AbstractFileDescriptorTypeRestriction that
handles the call of
getFileTypeRestrictions(). |
public AbstractFileDescriptorTypeRestriction()
public final void registerNextFileTypeRestriction(AbstractFileDescriptorTypeRestriction pFileTypeRestriction)
AbstractFileDescriptorTypeRestriction that
handles the call of
getFileTypeRestrictions().pFileTypeRestriction - an implementation of
AbstractFileDescriptorTypeRestrictionpublic final java.util.Collection<EFileTypes> getRestrictions()
Collection of EFileTypes. This method calls the
getFileTypeRestrictions()
of the last implementation of the chain.Copyright © 2015 Micro Focus GmbH. All rights reserved.