public class MRepoDirPropertyElement extends MBaseProperty implements MPropertyElement
Constructor and Description |
---|
MRepoDirPropertyElement(com.tibco.infra.repository.RepoDirNode dir,
java.lang.String path,
MProperties owner) |
MRepoDirPropertyElement(com.tibco.infra.repository.RepoDirNode dir,
java.lang.String path,
MProperties owner,
boolean doSubstitution) |
MRepoDirPropertyElement(java.lang.String name,
com.tibco.infra.repository.RepoDirNode dir,
java.lang.String path,
MProperties owner) |
MRepoDirPropertyElement(java.lang.String name,
com.tibco.infra.repository.RepoDirNode dir,
java.lang.String path,
MProperties owner,
boolean doSubstitution) |
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
elements()
elements method comment.
|
java.lang.Object |
get(java.lang.String name,
int index)
Return the index's sub-component with the name.
|
int |
getCount(java.lang.String name)
Return the number of sub-component with the name.
|
java.lang.String |
getFullName()
This method returns null for all subclasses of MPropertyElement
except for MRepoObjPropertyElement.
|
java.lang.String |
getName()
getName method comment.
|
com.tibco.infra.repository.RepoDirNode |
getRepoDirNode() |
java.lang.String |
toString() |
getOwnerProperties, getParentElement, getPath
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getParentElement, getPath
public MRepoDirPropertyElement(com.tibco.infra.repository.RepoDirNode dir, java.lang.String path, MProperties owner, boolean doSubstitution)
public MRepoDirPropertyElement(com.tibco.infra.repository.RepoDirNode dir, java.lang.String path, MProperties owner)
public MRepoDirPropertyElement(java.lang.String name, com.tibco.infra.repository.RepoDirNode dir, java.lang.String path, MProperties owner)
public MRepoDirPropertyElement(java.lang.String name, com.tibco.infra.repository.RepoDirNode dir, 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)
get
in interface MPropertyElement
get
in class MBaseProperty
name
- java.lang.Stringpublic int getCount(java.lang.String name)
getCount
in interface MPropertyElement
getCount
in class MBaseProperty
name
- java.lang.Stringpublic java.lang.String getName()
getName
in interface MPropertyElement
public com.tibco.infra.repository.RepoDirNode getRepoDirNode()
public java.lang.String getFullName()
getFullName
in interface MPropertyElement
public java.lang.String toString()
toString
in class java.lang.Object