Packages

t

org.apache.daffodil.udf

UserDefinedFunctionIdentification

trait UserDefinedFunctionIdentification extends Annotation

Annotations
@Retention() @Target()
Linear Supertypes
Annotation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserDefinedFunctionIdentification
  2. Annotation
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def annotationType(): Class[_ <: Annotation]
    Definition Classes
    Annotation
  2. abstract def name(): String

    Get the local name that identifies the user defined function

    Get the local name that identifies the user defined function

    This value must be a valid XML NCName. It should not include a namespace or namespace prefix.

    returns

    the value

  3. abstract def namespaceURI(): String

    Get the namespace URI that identifies the user defined function

    Get the namespace URI that identifies the user defined function

    This value must be a valid XML anyURI.

    returns

    the value