Uses of Class
net.n2oapp.framework.config.register.Origin
-
Packages that use Origin Package Description net.n2oapp.framework.config.register net.n2oapp.framework.config.selective -
-
Uses of Origin in net.n2oapp.framework.config.register
Fields in net.n2oapp.framework.config.register declared as Origin Modifier and Type Field Description protected OriginXmlInfo. originDeprecated.Methods in net.n2oapp.framework.config.register that return Origin Modifier and Type Method Description OriginXmlInfo. getOrigin()static OriginOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static Origin[]Origin. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.n2oapp.framework.config.register with parameters of type Origin Modifier and Type Method Description voidInfoConstructor. setOrigin(Origin origin)Deprecated. -
Uses of Origin in net.n2oapp.framework.config.selective
Fields in net.n2oapp.framework.config.selective declared as Origin Modifier and Type Field Description protected OriginCompileInfo. originMethods in net.n2oapp.framework.config.selective that return Origin Modifier and Type Method Description OriginCompileInfo. getOrigin()Methods in net.n2oapp.framework.config.selective with parameters of type Origin Modifier and Type Method Description voidCompileInfo. setOrigin(Origin origin)
-