public class MRepoObjPropertyElement extends MBaseProperty implements MPropertyElement
Constructor and Description |
---|
MRepoObjPropertyElement(com.tibco.infra.repository.RepoObjectNode obj,
java.lang.String path,
MProperties owner)
Deprecated.
|
MRepoObjPropertyElement(com.tibco.infra.repository.RepoObjectNode obj,
java.lang.String path,
MProperties owner,
boolean doSubstitution)
Deprecated.
|
MRepoObjPropertyElement(java.lang.String name,
com.tibco.infra.repository.RepoObjectNode obj,
java.lang.String path,
MProperties owner)
Deprecated.
|
MRepoObjPropertyElement(java.lang.String name,
com.tibco.infra.repository.RepoObjectNode obj,
java.lang.String path,
MProperties owner,
boolean doSubstitution)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
elements()
Deprecated.
elements method comment.
|
java.lang.Object |
get(java.lang.String name,
int index)
Deprecated.
Insert the method's description here.
|
java.lang.Object |
get(java.lang.String name,
int index,
boolean doSubstitution)
Deprecated.
Return the index's sub-component with the name.
|
com.tibco.infra.repository.Assoc |
getAssoc()
Deprecated.
|
com.tibco.infra.repository.Assoc |
getAssoc(boolean doSubstitution)
Deprecated.
|
int |
getCount(java.lang.String name)
Deprecated.
Insert the method's description here.
|
int |
getCount(java.lang.String name,
boolean doSubstitution)
Deprecated.
Return the number of sub-component with the name.
|
java.lang.String |
getFullName()
Deprecated.
Returns string rep.
|
java.lang.String |
getName()
Deprecated.
getName method comment.
|
com.tibco.infra.repository.RepoObjectNode |
getRepoObjectNode()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
getOwnerProperties, getParentElement, getPath
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getParentElement, getPath
public MRepoObjPropertyElement(com.tibco.infra.repository.RepoObjectNode obj, java.lang.String path, MProperties owner)
public MRepoObjPropertyElement(com.tibco.infra.repository.RepoObjectNode obj, java.lang.String path, MProperties owner, boolean doSubstitution)
public MRepoObjPropertyElement(java.lang.String name, com.tibco.infra.repository.RepoObjectNode obj, java.lang.String path, MProperties owner)
public MRepoObjPropertyElement(java.lang.String name, com.tibco.infra.repository.RepoObjectNode obj, java.lang.String path, MProperties owner, boolean doSubstitution)
public java.util.Enumeration elements()
elements
in interface MPropertyElement
public java.lang.Object get(java.lang.String name, int index)
MBaseProperty
get
in interface MPropertyElement
get
in class MBaseProperty
name
- java.lang.Stringpublic java.lang.Object get(java.lang.String name, int index, boolean doSubstitution)
public com.tibco.infra.repository.Assoc getAssoc() throws MException
MException
public com.tibco.infra.repository.Assoc getAssoc(boolean doSubstitution) throws MException
MException
public int getCount(java.lang.String name)
MBaseProperty
getCount
in interface MPropertyElement
getCount
in class MBaseProperty
name
- java.lang.Stringpublic int getCount(java.lang.String name, boolean doSubstitution)
public java.lang.String getName()
getName
in interface MPropertyElement
public com.tibco.infra.repository.RepoObjectNode getRepoObjectNode()
public java.lang.String getFullName()
MPropertyElement
getFullName
in interface MPropertyElement
public java.lang.String toString()
toString
in class java.lang.Object