Uses of Class
org.jpatterns.gof.ProxyPattern.Type
-
Packages that use ProxyPattern.Type Package Description org.jpatterns.gof -
-
Uses of ProxyPattern.Type in org.jpatterns.gof
Methods in org.jpatterns.gof that return ProxyPattern.Type Modifier and Type Method Description ProxyPattern.Typetype()static ProxyPattern.TypeProxyPattern.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProxyPattern.Type[]ProxyPattern.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-