public interface MatchedReferenceBuilder extends TaggedObject, IComponentBuilder
Modifier and Type | Interface and Description |
---|---|
static class |
MatchedReferenceBuilder.ResolvedStatus
Matched status
|
static class |
MatchedReferenceBuilder.Types
MatchedReference block type
|
Modifier and Type | Method and Description |
---|---|
NXObject |
matchedEntity()
Returns the matched entity
License requirements: None. |
MatchedReferenceBuilder.ResolvedStatus |
matchedStatus()
Returns the matchedReference matched status
License requirements: None. |
NXObject |
parentEntity()
Returns the matchedReference parent entity
License requirements: None. |
boolean |
reverseDirection()
Returns the reverse direction
License requirements: None. |
void |
setMatchedEntity(NXObject matchedEntity)
License requirements: solid_modeling ("SOLIDS MODELING") . |
void |
setMatchedStatus(MatchedReferenceBuilder.ResolvedStatus matchedStatus)
License requirements: solid_modeling ("SOLIDS MODELING") . |
void |
setReverseDirection(boolean reverseDirection)
License requirements: solid_modeling ("SOLIDS MODELING") . |
void |
setType(MatchedReferenceBuilder.Types type)
License requirements: solid_modeling ("SOLIDS MODELING") . |
MatchedReferenceBuilder.Types |
type()
Returns the matchedReference type
License requirements: None. |
printTestData, printTestData, tag, tagValue
validate
boolean reverseDirection() throws NXException, RemoteException
NXException
RemoteException
void setReverseDirection(boolean reverseDirection) throws NXException, RemoteException
reverseDirection
- NXException
RemoteException
NXObject matchedEntity() throws NXException, RemoteException
NXException
RemoteException
void setMatchedEntity(NXObject matchedEntity) throws NXException, RemoteException
matchedEntity
- NXException
RemoteException
MatchedReferenceBuilder.Types type() throws NXException, RemoteException
NXException
RemoteException
void setType(MatchedReferenceBuilder.Types type) throws NXException, RemoteException
type
- NXException
RemoteException
MatchedReferenceBuilder.ResolvedStatus matchedStatus() throws NXException, RemoteException
NXException
RemoteException
void setMatchedStatus(MatchedReferenceBuilder.ResolvedStatus matchedStatus) throws NXException, RemoteException
matchedStatus
- NXException
RemoteException
NXObject parentEntity() throws NXException, RemoteException
NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.