Packages

case class AnnotationTypeDeclarationFragment(fields: Fields, annotations: Annotations) extends Fragment with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Fragment, EncodesModel, BaseUnit, PlatformSecrets, MetaModelTypeMapping, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnnotationTypeDeclarationFragment
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Fragment
  7. EncodesModel
  8. BaseUnit
  9. PlatformSecrets
  10. MetaModelTypeMapping
  11. AmfObject
  12. AmfElement
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnnotationTypeDeclarationFragment(fields: Fields, annotations: Annotations)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(field: Field, value: AmfElement): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  5. def add(other: Annotations): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfElement
  6. def add(annotation: Annotation): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfElement
  7. def adopted(parent: String, cycle: Seq[String]): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  8. val annotations: Annotations
    Definition Classes
    AnnotationTypeDeclarationFragment → AmfElement
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def componentId: String
    Definition Classes
    Fragment → AmfObject
  12. def defaultCycleRecoverer(errorHandler: ErrorHandler)(old: AmfObject, transformed: AmfObject): Option[AmfObject]
    Attributes
    protected
    Definition Classes
    BaseUnit
  13. def encodes: CustomDomainProperty
    Definition Classes
    AnnotationTypeDeclarationFragment → Fragment → EncodesModel
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val fields: Fields
    Definition Classes
    AnnotationTypeDeclarationFragment → AmfObject
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def findById(id: String): Option[DomainElement]
    Definition Classes
    BaseUnit
  18. def findByType(shapeType: String): Seq[DomainElement]
    Definition Classes
    BaseUnit
  19. def findInReferences(id: String): Option[BaseUnit]
    Definition Classes
    BaseUnit
  20. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val id: String
    Definition Classes
    AmfObject
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  25. def iterator(strategy: IteratorStrategy, fieldsFilter: FieldsFilter): AmfIterator
    Definition Classes
    BaseUnit
  26. def location(): Option[String]
    Definition Classes
    BaseUnit → AmfElement
  27. def meta: Obj

    Meta data for the document

    Meta data for the document

    Definition Classes
    AnnotationTypeDeclarationFragment → Fragment → BaseUnit → AmfObject
  28. def metaModel(instance: Any): Obj
    Attributes
    protected
    Definition Classes
    MetaModelTypeMapping
  29. def modelVersion: StrField
    Definition Classes
    BaseUnit
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. val parserRun: Option[Int]
    Definition Classes
    BaseUnit
  34. val platform: Platform
    Definition Classes
    PlatformSecrets
  35. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  36. val raw: Option[String]
    Definition Classes
    BaseUnit
  37. def references: Seq[BaseUnit]
    Definition Classes
    Fragment → BaseUnit
  38. def set(field: Field, value: AmfElement, annotations: Annotations): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  39. def set(field: Field, value: AmfElement): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  40. def set(field: Field, values: Seq[String]): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  41. def set(field: Field, value: Float): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  42. def set(field: Field, value: Double): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  43. def set(field: Field, value: Int): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  44. def set(field: Field, value: Boolean): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  45. def set(field: Field, value: String): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  46. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  47. def setArray(field: Field, values: Seq[AmfElement]): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  48. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  49. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  50. final def simpleAdoption(parent: String): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  51. def sourceVendor: Option[Vendor]
    Definition Classes
    BaseUnit
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def toNativeRdfModel(renderOptions: RenderOptions): RdfModel
    Definition Classes
    BaseUnit
  54. def transform(selector: (DomainElement) ⇒ Boolean, transformation: (DomainElement, Boolean) ⇒ Option[DomainElement])(implicit errorHandler: ErrorHandler): BaseUnit
    Definition Classes
    BaseUnit
  55. def transformByCondition(element: AmfObject, predicate: (AmfObject) ⇒ Boolean, transformation: (AmfObject, Boolean) ⇒ Option[AmfObject], traversed: Set[String], cycles: Set[String], cycleRecoverer: (AmfObject, AmfObject) ⇒ Option[AmfObject]): AmfObject
    Attributes
    protected
    Definition Classes
    BaseUnit
  56. def usage: StrField
    Definition Classes
    BaseUnit
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  60. def withEncodes(encoded: DomainElement): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    EncodesModel
  61. def withId(value: String): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    AmfObject
  62. def withLocation(location: String): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    BaseUnit
  63. def withRaw(raw: String): BaseUnit
    Definition Classes
    BaseUnit
  64. def withReferences(references: Seq[BaseUnit]): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    BaseUnit
  65. def withUsage(usage: String): AnnotationTypeDeclarationFragment.this.type
    Definition Classes
    BaseUnit

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Fragment

Inherited from EncodesModel

Inherited from BaseUnit

Inherited from PlatformSecrets

Inherited from MetaModelTypeMapping

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped