|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Attribute
| Method Summary | |
|---|---|
String |
getDataType()
Retorna o tipo de dados real do atributo |
String |
getName()
Retorna o nome do atributo. |
Ref |
getRef()
Referência à entidade e ao atributo estrangeiro. |
int |
getSize()
Retorna o tamanho do atributo (opcional). |
String |
getXMLSchemaType()
Retorna o tipo de dados XML Schema convertido do tipo de dado real. |
boolean |
isId()
Especifica se este atributo identifica a entidade (se é chave). |
boolean |
isPermitsNull()
Se o atributo é obrigatório ou não. |
boolean |
isRef()
Especifica se este atributo referencia outra entidade (se é chave estrangeira). |
void |
setIsRef(boolean isRef)
Se este atributo referencia outra entidade ou não. |
void |
setRef(Ref ref)
Referência para objeto que representa a entidade e o atributo referenciados. |
| Method Detail |
|---|
String getDataType()
String getName()
int getSize()
String getXMLSchemaType()
boolean isId()
boolean isRef()
Ref getRef()
boolean isPermitsNull()
void setIsRef(boolean isRef)
isRef - void setRef(Ref ref)
ref -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||