| java.lang.Object org.netbeans.modules.masterindex.plugin.datamodel.Lookup
Lookup | public class Lookup (Code) | | author: Sujit Biswas author: Manish Bharani |
createLookup | public static Lookup createLookup(InputStream objectDefinition)(Code) | | utility method to create Lookup from objectDefinition InputStream
Parameters: objectDefinition - |
createLookup | public static Lookup createLookup(ObjectDefinition objectDefinition)(Code) | | utility method to create Lookup from objectDefinition Object
Parameters: objectDefinition - |
getChildTypeIndex | public int getChildTypeIndex(String prefix)(Code) | | returns the child index for a given prefix can be Person.Address
Parameters: prefix - |
getFieldIndex | public int getFieldIndex(String fieldName, String prefix)(Code) | | returns the field index for a given fieldName and prefix where given an
ePath Person.Address.city , fieldName=city and prefix=Person.Address,
will return -1 if the field does not exist in the object definition
Parameters: fieldName - Parameters: prefix - |
main | public static void main(String[] args)(Code) | | Parameters: args - |
|
|