public abstract class Namespace extends IObject implements _NamespaceOperations, _NamespaceOperationsNC
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
protected java.util.Map<java.lang.Long,java.lang.Long> |
annotationLinksCountPerOwner |
protected boolean |
annotationLinksLoaded |
protected java.util.List<NamespaceAnnotationLink> |
annotationLinksSeq |
protected RString |
description |
protected RBool |
display |
protected RString |
displayName |
protected java.lang.String[] |
keywords |
protected RBool |
multivalued |
protected RString |
name |
static long |
serialVersionUID |
protected RInt |
version |
Constructor and Description |
---|
Namespace() |
Namespace(RLong id,
Details details,
boolean loaded,
RInt version,
java.lang.String[] keywords,
RBool multivalued,
RBool display,
RString displayName,
java.util.List<NamespaceAnnotationLink> annotationLinksSeq,
boolean annotationLinksLoaded,
java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner,
RString name,
RString description) |
Modifier and Type | Method and Description |
---|---|
static Ice.DispatchStatus |
___addAllNamespaceAnnotationLinkSet(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___addNamespaceAnnotationLink(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___addNamespaceAnnotationLinkToBoth(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___clearAnnotationLinks(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___copyAnnotationLinks(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___findNamespaceAnnotationLink(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getAnnotationLinksCountPerOwner(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getDescription(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getDisplay(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getDisplayName(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getKeywords(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getMultivalued(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getName(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getVersion(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___linkAnnotation(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___linkedAnnotationList(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___reloadAnnotationLinks(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___removeAllNamespaceAnnotationLinkSet(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___removeNamespaceAnnotationLink(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___removeNamespaceAnnotationLinkFromBoth(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setDescription(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setDisplay(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setDisplayName(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setKeywords(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setMultivalued(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setName(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setVersion(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___sizeOfAnnotationLinks(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___unlinkAnnotation(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___unloadAnnotationLinks(Namespace __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
Ice.DispatchStatus |
__dispatch(IceInternal.Incoming in,
Ice.Current __current) |
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
void |
addAllNamespaceAnnotationLinkSet(java.util.List<NamespaceAnnotationLink> targets) |
void |
addNamespaceAnnotationLink(NamespaceAnnotationLink target) |
void |
addNamespaceAnnotationLinkToBoth(NamespaceAnnotationLink link,
boolean bothSides) |
void |
clearAnnotationLinks() |
Namespace |
clone() |
java.util.List<NamespaceAnnotationLink> |
copyAnnotationLinks() |
java.util.List<NamespaceAnnotationLink> |
findNamespaceAnnotationLink(Annotation removal) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner() |
RString |
getDescription() |
RBool |
getDisplay() |
RString |
getDisplayName() |
java.lang.String[] |
getKeywords() |
RBool |
getMultivalued() |
RString |
getName() |
RInt |
getVersion() |
java.lang.String |
ice_id() |
java.lang.String |
ice_id(Ice.Current __current) |
java.lang.String[] |
ice_ids() |
java.lang.String[] |
ice_ids(Ice.Current __current) |
boolean |
ice_isA(java.lang.String s) |
boolean |
ice_isA(java.lang.String s,
Ice.Current __current) |
static java.lang.String |
ice_staticId() |
NamespaceAnnotationLink |
linkAnnotation(Annotation addition) |
java.util.List<Annotation> |
linkedAnnotationList() |
void |
reloadAnnotationLinks(Namespace toCopy) |
void |
removeAllNamespaceAnnotationLinkSet(java.util.List<NamespaceAnnotationLink> targets) |
void |
removeNamespaceAnnotationLink(NamespaceAnnotationLink theTarget) |
void |
removeNamespaceAnnotationLinkFromBoth(NamespaceAnnotationLink link,
boolean bothSides) |
void |
setDescription(RString theDescription) |
void |
setDisplay(RBool theDisplay) |
void |
setDisplayName(RString theDisplayName) |
void |
setKeywords(java.lang.String[] theKeywords) |
void |
setMultivalued(RBool theMultivalued) |
void |
setName(RString theName) |
void |
setVersion(RInt theVersion) |
int |
sizeOfAnnotationLinks() |
void |
unlinkAnnotation(Annotation removal) |
void |
unloadAnnotationLinks() |
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAllNamespaceAnnotationLinkSet, addNamespaceAnnotationLink, addNamespaceAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findNamespaceAnnotationLink, getAnnotationLinksCountPerOwner, getDescription, getDisplay, getDisplayName, getKeywords, getMultivalued, getName, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllNamespaceAnnotationLinkSet, removeNamespaceAnnotationLink, removeNamespaceAnnotationLinkFromBoth, setDescription, setDisplay, setDisplayName, setKeywords, setMultivalued, setName, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final java.lang.String[] __ids
protected RInt version
protected java.lang.String[] keywords
protected RBool multivalued
protected RBool display
protected RString displayName
protected java.util.List<NamespaceAnnotationLink> annotationLinksSeq
protected boolean annotationLinksLoaded
protected java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner
protected RString name
protected RString description
public static final long serialVersionUID
public Namespace()
public Namespace(RLong id, Details details, boolean loaded, RInt version, java.lang.String[] keywords, RBool multivalued, RBool display, RString displayName, java.util.List<NamespaceAnnotationLink> annotationLinksSeq, boolean annotationLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner, RString name, RString description)
public boolean ice_isA(java.lang.String s)
public boolean ice_isA(java.lang.String s, Ice.Current __current)
public java.lang.String[] ice_ids()
public java.lang.String[] ice_ids(Ice.Current __current)
public java.lang.String ice_id()
public java.lang.String ice_id(Ice.Current __current)
public static java.lang.String ice_staticId()
public final void addAllNamespaceAnnotationLinkSet(java.util.List<NamespaceAnnotationLink> targets)
addAllNamespaceAnnotationLinkSet
in interface _NamespaceOperationsNC
public final void addNamespaceAnnotationLink(NamespaceAnnotationLink target)
addNamespaceAnnotationLink
in interface _NamespaceOperationsNC
public final void addNamespaceAnnotationLinkToBoth(NamespaceAnnotationLink link, boolean bothSides)
addNamespaceAnnotationLinkToBoth
in interface _NamespaceOperationsNC
public final void clearAnnotationLinks()
clearAnnotationLinks
in interface _NamespaceOperationsNC
public final java.util.List<NamespaceAnnotationLink> copyAnnotationLinks()
copyAnnotationLinks
in interface _NamespaceOperationsNC
public final java.util.List<NamespaceAnnotationLink> findNamespaceAnnotationLink(Annotation removal)
findNamespaceAnnotationLink
in interface _NamespaceOperationsNC
public final java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner()
getAnnotationLinksCountPerOwner
in interface _NamespaceOperationsNC
public final RString getDescription()
getDescription
in interface _NamespaceOperationsNC
public final RBool getDisplay()
getDisplay
in interface _NamespaceOperationsNC
public final RString getDisplayName()
getDisplayName
in interface _NamespaceOperationsNC
public final java.lang.String[] getKeywords()
getKeywords
in interface _NamespaceOperationsNC
public final RBool getMultivalued()
getMultivalued
in interface _NamespaceOperationsNC
public final RString getName()
getName
in interface _NamespaceOperationsNC
public final RInt getVersion()
getVersion
in interface _NamespaceOperationsNC
public final NamespaceAnnotationLink linkAnnotation(Annotation addition)
linkAnnotation
in interface _NamespaceOperationsNC
public final java.util.List<Annotation> linkedAnnotationList()
linkedAnnotationList
in interface _NamespaceOperationsNC
public final void reloadAnnotationLinks(Namespace toCopy)
reloadAnnotationLinks
in interface _NamespaceOperationsNC
public final void removeAllNamespaceAnnotationLinkSet(java.util.List<NamespaceAnnotationLink> targets)
removeAllNamespaceAnnotationLinkSet
in interface _NamespaceOperationsNC
public final void removeNamespaceAnnotationLink(NamespaceAnnotationLink theTarget)
removeNamespaceAnnotationLink
in interface _NamespaceOperationsNC
public final void removeNamespaceAnnotationLinkFromBoth(NamespaceAnnotationLink link, boolean bothSides)
removeNamespaceAnnotationLinkFromBoth
in interface _NamespaceOperationsNC
public final void setDescription(RString theDescription)
setDescription
in interface _NamespaceOperationsNC
public final void setDisplay(RBool theDisplay)
setDisplay
in interface _NamespaceOperationsNC
public final void setDisplayName(RString theDisplayName)
setDisplayName
in interface _NamespaceOperationsNC
public final void setKeywords(java.lang.String[] theKeywords)
setKeywords
in interface _NamespaceOperationsNC
public final void setMultivalued(RBool theMultivalued)
setMultivalued
in interface _NamespaceOperationsNC
public final void setName(RString theName)
setName
in interface _NamespaceOperationsNC
public final void setVersion(RInt theVersion)
setVersion
in interface _NamespaceOperationsNC
public final int sizeOfAnnotationLinks()
sizeOfAnnotationLinks
in interface _NamespaceOperationsNC
public final void unlinkAnnotation(Annotation removal)
unlinkAnnotation
in interface _NamespaceOperationsNC
public final void unloadAnnotationLinks()
unloadAnnotationLinks
in interface _NamespaceOperationsNC
public static Ice.DispatchStatus ___getVersion(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setVersion(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getKeywords(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setKeywords(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getMultivalued(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setMultivalued(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getDisplay(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setDisplay(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getDisplayName(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setDisplayName(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___unloadAnnotationLinks(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___sizeOfAnnotationLinks(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___copyAnnotationLinks(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___addNamespaceAnnotationLink(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___addAllNamespaceAnnotationLinkSet(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___removeNamespaceAnnotationLink(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___removeAllNamespaceAnnotationLinkSet(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___clearAnnotationLinks(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___reloadAnnotationLinks(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getAnnotationLinksCountPerOwner(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___linkAnnotation(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___addNamespaceAnnotationLinkToBoth(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___findNamespaceAnnotationLink(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___unlinkAnnotation(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___removeNamespaceAnnotationLinkFromBoth(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___linkedAnnotationList(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getName(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setName(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getDescription(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setDescription(Namespace __obj, IceInternal.Incoming __inS, Ice.Current __current)
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
__dispatch
in interface Ice.Object
__dispatch
in class IObject
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class IObject
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class IObject