close
Warning:
Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Oct 8, 2010, 11:38:29 AM (15 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v7
|
v8
|
|
52 | 52 | Los atributos individuales se caracterizan por disponer de los siguientes métodos: |
53 | 53 | * Lectura: |
54 | | * {{{Anything Get[UserAttribute](Real void)}}} [[BR]] Permite obtener el valor del atributo |
| 54 | * {{{Anything Get[UserAttribute](Real void)}}} [[BR]] Permite obtener el valor del atributo |
| 55 | * {{{[True|False] Has[UserAttribute](Real void)}}} [[BR]] Permite conocer si dispone de dicho atributo cuando éste es opcional |
55 | 56 | * Escritura: |
56 | 57 | * {{{Real Set[UserAttribute](Anything userAttribute)}}} [[BR]] Permite modificar al valor del atributo donde {{{userAttribute}}} es un valor para el atributo. |
| 58 | * {{{Real Remove[UserAttribute](Real void)}}} [[BR]] Permite eliminar el valor del atributo cuando éste es opcional |
57 | 59 | |
58 | 60 | === Atributos colectivos === |