public class MapElement extends RuntimeDescriptor
| Modifier and Type | Field and Description |
|---|---|
static String |
BACKEND_PRINCIPAL |
static String |
PRINCIPAL |
propListenersDESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED| Constructor and Description |
|---|
MapElement() |
MapElement(MapElement other) |
| Modifier and Type | Method and Description |
|---|---|
int |
addPrincipal(Principal value) |
Principal[] |
getPrincipal() |
Principal |
getPrincipal(int index) |
boolean |
isBackendPrincipal() |
int |
removePrincipal(Principal value) |
void |
setBackendPrincipal(boolean value) |
void |
setPrincipal(int index,
Principal value) |
void |
setPrincipal(Principal[] value) |
int |
sizePrincipal() |
boolean |
verify() |
addPropertyChangeListener, addPropertyChangeListener, addValue, getAttributeValue, getAttributeValue, getAttributeValue, getValue, getValue, getValues, removePropertyChangeListener, removePropertyChangeListener, removeValue, removeValue, setAttributeValue, setAttributeValue, setAttributeValue, setValue, setValue, sizeaddDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic static final String PRINCIPAL
public static final String BACKEND_PRINCIPAL
public MapElement(MapElement other)
public MapElement()
public void setPrincipal(int index,
Principal value)
public Principal getPrincipal(int index)
public void setPrincipal(Principal[] value)
public Principal[] getPrincipal()
public int sizePrincipal()
public int addPrincipal(Principal value)
public int removePrincipal(Principal value)
public void setBackendPrincipal(boolean value)
public boolean isBackendPrincipal()
public boolean verify()
Copyright © 2019. All rights reserved.