public abstract class AbstractSpecialPropertyRestriction
extends java.lang.Object
This class is NOT intended to be extended by a client.
Copyright Micro Focus GmbH.
| Constructor and Description |
|---|
AbstractSpecialPropertyRestriction() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ESpecialProperties> |
getRestrictions()
Returns a
Collection of ESpecialProperties which should
be displayed as special property attribute values of Propertys. |
void |
registerNextFileTypeRestriction(AbstractSpecialPropertyRestriction pSpecialPropertyRestriction)
Registers a new
AbstractSpecialPropertyRestriction that
handles the call of
getSpecialPropertyRestrictions(). |
public final void registerNextFileTypeRestriction(AbstractSpecialPropertyRestriction pSpecialPropertyRestriction)
AbstractSpecialPropertyRestriction that
handles the call of
getSpecialPropertyRestrictions().pSpecialPropertyRestriction - an implementation of
AbstractSpecialPropertyRestrictionpublic final java.util.Collection<ESpecialProperties> getRestrictions()
Collection of ESpecialProperties which should
be displayed as special property attribute values of Propertys.Collection of ESpecialProperties. This method
calls the
getSpecialPropertyRestrictions()
of the last implementation of the chain.Copyright © 2015 Micro Focus GmbH. All rights reserved.