Groovy Documentation

griffon.plugins.ldap
[Java] Interface GriffonLdapSchemaClass

griffon.plugins.ldap.GriffonLdapSchemaClass
  griffon.core.ApplicationHandler
All Superinterfaces:
ApplicationHandler

public interface GriffonLdapSchemaClass
extends GriffonClass

Authors:
Andres Almiray


Field Summary
String TRAILING

"LdapSchema"

String TYPE

"ldap"

 
Fields inherited from interface GriffonClass
STANDARD_PROPERTIES
 
Method Summary
 
Methods inherited from interface GriffonClass
getMetaClass, getPropertyValue, getPropertyValue, hasProperty, getPropertyName, getPackageName, getName, newInstance, getShortName, getLogicalPropertyName, getNaturalName, getArtifactType, getClazz, getReferenceInstance, getFullName, getApp
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

TRAILING

public String TRAILING
"LdapSchema"


TYPE

public String TYPE
"ldap"


 

Groovy Documentation