com.sap.tc.mobile.wdlite.progmodel.api
Interface IWDNodeAttribute

All Known Implementing Classes:
Attribute

public interface IWDNodeAttribute

Generic progmodel interface for Node Attribute


Method Summary
 int getBuiltInType()
           
 IWDNodeAttribute getMappedAttribute(ContextNode mappedNode)
          Return mapped attribute of mappedNode
 int getMappedAttributeIndex()
          Return index of mappedAttribute
 java.lang.String getMappedAttributeName()
          Return mapped attribute name
 java.util.HashMap getModifiableValueSet()
          Return modifiable value set
 java.lang.String getName()
          Return name of this Attribute
 java.util.Collection getValueSetTexts()
           
 void resolveIndexByName(java.lang.Object model)
          Resolve index by name
 

Method Detail

getName

java.lang.String getName()
Return name of this Attribute

Returns:
name of this Attribute

getMappedAttribute

IWDNodeAttribute getMappedAttribute(ContextNode mappedNode)
Return mapped attribute of mappedNode

Parameters:
mappedNode -
Returns:
mapped attribute of mappedNode

getBuiltInType

int getBuiltInType()

getMappedAttributeName

java.lang.String getMappedAttributeName()
Return mapped attribute name

Returns:
mapped attribute name

resolveIndexByName

void resolveIndexByName(java.lang.Object model)
Resolve index by name

Parameters:
model -

getMappedAttributeIndex

int getMappedAttributeIndex()
Return index of mappedAttribute

Returns:
index of mappedAttribute

getValueSetTexts

java.util.Collection getValueSetTexts()

getModifiableValueSet

java.util.HashMap getModifiableValueSet()
Return modifiable value set

Returns:
modifiable value set


(c) 2007, SAP AG. All rights reserved.