Uses of Class
tslib.TS_Gestor.TipoDatoAtributo
-
Uses of TS_Gestor.TipoDatoAtributo in tslib
Methods in tslib that return TS_Gestor.TipoDatoAtributo Modifier and Type Method Description TS_Gestor.TipoDatoAtributo
Atributo. getTipoDatoAtributo()
Devuelve el tipo de dato del atributo.static TS_Gestor.TipoDatoAtributo
TS_Gestor.TipoDatoAtributo. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TS_Gestor.TipoDatoAtributo[]
TS_Gestor.TipoDatoAtributo. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in tslib with parameters of type TS_Gestor.TipoDatoAtributo Modifier and Type Method Description int
TS_Gestor. createAtributo(java.lang.String nombre_atr, TS_Gestor.DescripcionAtributo tipo_des, TS_Gestor.TipoDatoAtributo tipo_valor)
Define un atributo.int
Entrada. setAtributo(java.lang.String atr, TS_Gestor.DescripcionAtributo des, TS_Gestor.TipoDatoAtributo td)
Añade un atributo a la entrada.int
TS. setAtributo(int pos, java.lang.String atr, TS_Gestor.DescripcionAtributo des, TS_Gestor.TipoDatoAtributo td)
Añade un atributo a un identificador.Constructors in tslib with parameters of type TS_Gestor.TipoDatoAtributo Constructor Description Atributo(java.lang.String nombre, TS_Gestor.DescripcionAtributo des, TS_Gestor.TipoDatoAtributo td)
Crea un atributo.