Uses of Class
org.xcsp.common.Types.TypeChild
-
Packages that use Types.TypeChild Package Description org.xcsp.common org.xcsp.parser.entries -
-
Uses of Types.TypeChild in org.xcsp.common
Methods in org.xcsp.common that return Types.TypeChild Modifier and Type Method Description static Types.TypeChild
Types.TypeChild. valueOf(String name)
Returns the enum constant of this type with the specified name.static Types.TypeChild[]
Types.TypeChild. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xcsp.common with parameters of type Types.TypeChild Modifier and Type Method Description static boolean
Utilities. isTag(Element elt, Types.TypeChild type)
Determines whether the specified element has the specified type as tag name. -
Uses of Types.TypeChild in org.xcsp.parser.entries
Fields in org.xcsp.parser.entries declared as Types.TypeChild Modifier and Type Field Description Types.TypeChild
XConstraints.CChild. type
The type of the child.Methods in org.xcsp.parser.entries that return Types.TypeChild Modifier and Type Method Description Types.TypeChild
XConstraints.CChild. getType()
Returns the type of the child.Constructors in org.xcsp.parser.entries with parameters of type Types.TypeChild Constructor Description CChild(Types.TypeChild type, Object value)
Build an object representing a child element of a constraint (template).
-