public class HierarchyNodeProxy extends Object
The hierarchy node proxy.
Constructor and Description |
---|
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat) |
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat,
ExtendedGuid gosid) |
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat,
ExtendedGuid gosid,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectReferences) |
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat,
ExtendedGuid gosid,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectReferences,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectSpaceReferences) |
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat,
ExtendedGuid gosid,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectReferences,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectSpaceReferences,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> contextReferences)
Initializes a new instance of the
HierarchyNodeProxy class. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> |
getContextReferences()
Gets the context references.
|
long |
getFormat()
Gets the format.
|
ExtendedGuid |
getGosId()
Gets the Global Object Space ID.
|
ExtendedGuid |
getId()
Gets the id.
|
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> |
getObjectReferences()
Gets the object references.
|
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> |
getObjectSpaceReferences()
Gets the object space references.
|
PropertySet |
getPropSet()
Gets the prop set.
|
String |
toString() |
public HierarchyNodeProxy(ExtendedGuid id, PropertySet propSet, long jcidFormat)
public HierarchyNodeProxy(ExtendedGuid id, PropertySet propSet, long jcidFormat, ExtendedGuid gosid)
public HierarchyNodeProxy(ExtendedGuid id, PropertySet propSet, long jcidFormat, ExtendedGuid gosid, com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectReferences)
public HierarchyNodeProxy(ExtendedGuid id, PropertySet propSet, long jcidFormat, ExtendedGuid gosid, com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectReferences, com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectSpaceReferences)
public HierarchyNodeProxy(ExtendedGuid id, PropertySet propSet, long jcidFormat, ExtendedGuid gosid, com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectReferences, com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectSpaceReferences, com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> contextReferences)
Initializes a new instance of the HierarchyNodeProxy
class.
id
- The id.propSet
- The prop set.jcidFormat
- The jcid format.gosid
- The Global Object Space ID.objectReferences
- The object references.objectSpaceReferences
- The object space references.contextReferences
- The context references.public ExtendedGuid getId()
Gets the id.
public ExtendedGuid getGosId()
Gets the Global Object Space ID.
public PropertySet getPropSet()
Gets the prop set.
public long getFormat()
Gets the format.
public com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> getObjectReferences()
Gets the object references.
public com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> getObjectSpaceReferences()
Gets the object space references.
public com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> getContextReferences()
Gets the context references.
Copyright (c) 2017 Aspose. All Rights Reserved.