public class MAssocPropertyElement extends MBaseProperty implements MPropertyElement
Constructor and Description |
---|
MAssocPropertyElement(java.lang.String name,
com.tibco.infra.repository.Assoc assoc,
java.lang.String path,
MProperties owner) |
MAssocPropertyElement(java.lang.String name,
com.tibco.infra.repository.Assoc assoc,
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.
|
com.tibco.infra.repository.Assoc |
getAssoc() |
int |
getCount(java.lang.String name)
Return the number of sub-component with the name.
|
java.lang.String |
getFullName()
Returns string rep.
|
java.lang.String |
getName()
getName method comment.
|
java.lang.String |
toString() |
getOwnerProperties, getParentElement, getPath
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getParentElement, getPath
public MAssocPropertyElement(java.lang.String name, com.tibco.infra.repository.Assoc assoc, java.lang.String path, MProperties owner)
public MAssocPropertyElement(java.lang.String name, com.tibco.infra.repository.Assoc assoc, 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 com.tibco.infra.repository.Assoc getAssoc()
public 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 java.lang.String getFullName()
MPropertyElement
getFullName
in interface MPropertyElement
public java.lang.String toString()
toString
in class java.lang.Object