Uses of Class
de.mid.innovator.srv2api.icw2dbdia.DBDiaViewNode.VAttr
-
Packages that use DBDiaViewNode.VAttr Package Description de.mid.innovator.srv2api.icw2dbdia Database Diagrams and representations of tables and foreign keys, as well as views and from clauses. -
-
Uses of DBDiaViewNode.VAttr in de.mid.innovator.srv2api.icw2dbdia
Methods in de.mid.innovator.srv2api.icw2dbdia that return DBDiaViewNode.VAttr Modifier and Type Method Description static DBDiaViewNode.VAttr
DBDiaViewNode.VAttr. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DBDiaViewNode.VAttr[]
DBDiaViewNode.VAttr. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-