Uses of Class
sk.uniba.euromath.document.schema.AcceptsEnum

Packages that use AcceptsEnum
sk.uniba.euromath.document.schema Helps with the document modification. 
sk.uniba.euromath.document.schema.impl.export Encapsulates and adapts internal structures onto schema API interfaces. 
 

Uses of AcceptsEnum in sk.uniba.euromath.document.schema
 

Methods in sk.uniba.euromath.document.schema that return AcceptsEnum
static AcceptsEnum AcceptsEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AcceptsEnum[] AcceptsEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in sk.uniba.euromath.document.schema that return types with arguments of type AcceptsEnum
 EnumSet<AcceptsEnum> IQNameAcceptor.getAccepts()
          Returns type of qnames, that this rule accepts.
 

Uses of AcceptsEnum in sk.uniba.euromath.document.schema.impl.export
 

Methods in sk.uniba.euromath.document.schema.impl.export that return types with arguments of type AcceptsEnum
 EnumSet<AcceptsEnum> AttributeRuleImpl.getAccepts()
           
 EnumSet<AcceptsEnum> NameListImpl.getAccepts()
           
 EnumSet<AcceptsEnum> NewElementRuleImpl.getAccepts()
           
 



Copyright © 2003-2006 null. All Rights Reserved.