Groovy Documentation

com.predic8.schema.creator
[Groovy] Class SchemaCreatorContext

java.lang.Object
  com.predic8.soamodel.CreatorContext
      com.predic8.schema.creator.SchemaCreatorContext
All Implemented Interfaces:
Cloneable

class SchemaCreatorContext
extends CreatorContext

Property Summary
def getSchemaId

 
Constructor Summary
SchemaCreatorContext()

SchemaCreatorContext(CreatorContext ctx)

 
Method Summary
Object clone()

 
Methods inherited from class CreatorContext
clone, copyDeclNS
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

getSchemaId

def getSchemaId


 
Constructor Detail

SchemaCreatorContext

SchemaCreatorContext()


SchemaCreatorContext

SchemaCreatorContext(CreatorContext ctx)


 
Method Detail

clone

Object clone()


 

Groovy Documentation