public interface Concept extends Element
Modifier and Type | Method and Description |
---|---|
com.tibco.xml.data.primitive.ExpandedName |
getExpandedName()
Returns the expandedName of the Concept's Implementation.
|
Property[] |
getLocalProperties()
Gets all the local properties of this
Concept . |
Property[] |
getProperties()
Gets all the
Property in this Concept , including all the inherited
ones. |
Property |
getProperty(java.lang.String name)
Gets a
Property by name. |
PropertyArray |
getPropertyArray(java.lang.String name)
Gets a
PropertyArray by name. |
PropertyAtom |
getPropertyAtom(java.lang.String name)
Gets a
PropertyAtom by name. |
int |
getVersion()
Get the version of the Concept instance
|
delete, getChildren
int getVersion()
Property getProperty(java.lang.String name)
Property
by name.name
- of the Property
.Property
or null if there is no Property
with that
name.Property[] getProperties()
Property
in this Concept
, including all the inherited
ones.Property
of this Concept
, including the
inherited ones.Property[] getLocalProperties()
Concept
. Properties are local when defined
in this Concept
. Properties inherited from parent concepts are not local.Property[]
that contains all the local properties.PropertyAtom getPropertyAtom(java.lang.String name)
PropertyAtom
by name.name
- of the PropertyAtom.PropertyAtom
if it was found, else null.PropertyArray getPropertyArray(java.lang.String name)
PropertyArray
by name.name
- of the PropertyArray.PropertyArray
if it was found, else null.com.tibco.xml.data.primitive.ExpandedName getExpandedName()