|
|
Package com.dassault_systemes.catweb.databackend.dataType |
Class PEType
|
Class Hierarchy |
java.lang.Object | +-com.dassault_systemes.catweb.databackend.dataType.PELeaf | +-com.dassault_systemes.catweb.databackend.dataType.PEType
Class Location |
Class Description |
public class PEType
Field Summary |
Constructor Summary |
PEType(String iName, boolean iQueryable, String iLocationImage) |
PEType(String iName, String iAlias, boolean iQueryable, String iLocationImage) |
Method Summary |
void | setAlias(String iAlias) |
String | getAlias() |
void | setAlias(String Env, String anAlias) |
String | getAlias(String Env) |
String[] | getAliases() |
String[] | getEnvironmentListForAlias(String anAlias) |
Hashtable | getEnvAlias() |
void | setAttributes(PEAttribute[] arrayAttri) |
PEAttribute[] | getAttributes() |
void | setAttributes(String env, PEAttribute[] arrayAttri) |
PEAttribute[] | getAttributes(String env) |
void | setSupportedQueries(int[] p) |
int[] | getSupportedQueries() |
void | setIconRules(Vector vec) |
Hashtable | getAttrRules() |
Field Detail |
Constructor Detail |
PEType(String iName, boolean iQueryable, String iLocationImage)Constructs a PEType given its name, its queryability and its icon.
iName
iQueryable
iLocationImage
PEType(String iName, String iAlias, boolean iQueryable, String iLocationImage)Constructs a PEType given its name, its queryability and its icon.
iName
iAlias
iQueryable
iLocationImage
Method Detail |
void setAlias(String iAlias)Sets the name of the PEAttribute for the user.
iAlias
String getAlias()Returns a String Object representing the name in the Environement of the PEAttribute for the user.
void setAlias(String Env, String anAlias)Sets the name of the PEAttribute for the user for an Environment
Env
iAlias
String getAlias(String Env)Returns the String Object representing for an Environment the name of the PEAttribute for the user
Env
String[] getAliases()Returns All Strings Object representing for All Environments the name of the PEAttribute for the user
String[] getEnvironmentListForAlias(String anAlias)Returns All Environments where the String Object representing the name of the PEAttribute for the user is defined
iAlias
Hashtable getEnvAlias()
void setAttributes(PEAttribute[] arrayAttri)Sets the attributes of the PEType when there is no environment. The "default" environment is used.
arrayAttribute
PEAttribute[] getAttributes()Returns the array of PEAttribute defined in this PEType with the "default" environment.
void setAttributes(String env, PEAttribute[] arrayAttri)Sets the attributes of the PEType in a specified environment.
env
arrayAttribute
PEAttribute[] getAttributes(String env)Returns the array of PEAttribute defined in this PEType with a specified environment.
env
void setSupportedQueries(int[] p)Tells what kind of query can be done on this PEType. Two kinds are available:
queries
int[] getSupportedQueries()Retrurns of array of int telling what kind of queries are suported.
void setIconRules(Vector vec)
Hashtable getAttrRules()