Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.descriptor.annotation
Class AnnotationDefinition.LegalZeroLengthStringAnnotation

java.lang.Object
  extended by weblogic.descriptor.annotation.AnnotationDefinition
      extended by weblogic.descriptor.annotation.AnnotationDefinition.LegalStringAnnotation
          extended by weblogic.descriptor.annotation.AnnotationDefinition.LegalZeroLengthStringAnnotation
Enclosing class:
AnnotationDefinition

public static class AnnotationDefinition.LegalZeroLengthStringAnnotation
extends AnnotationDefinition.LegalStringAnnotation


Nested Class Summary
 
Nested classes/interfaces inherited from class weblogic.descriptor.annotation.AnnotationDefinition
AnnotationDefinition.EnumerationAnnotation, AnnotationDefinition.LegalNullStringAnnotation, AnnotationDefinition.LegalStringAnnotation, AnnotationDefinition.LegalZeroLengthStringAnnotation, AnnotationDefinition.UnSetValueAnnotation
 
Field Summary
 
Fields inherited from class weblogic.descriptor.annotation.AnnotationDefinition
INHERIT_FROM_CLASS, INHERIT_FROM_SUPERCLASS
 
Constructor Summary
AnnotationDefinition.LegalZeroLengthStringAnnotation(String[] names, String[] allowedTypes)
           
 
Method Summary
 PostGenValidation getPostGenValidationType(String propName, String message, String defaultValue)
           
 String getPostGenValidationValidationString()
           
 
Methods inherited from class weblogic.descriptor.annotation.AnnotationDefinition.LegalStringAnnotation
validate
 
Methods inherited from class weblogic.descriptor.annotation.AnnotationDefinition
constructMessage, error, getAliases, getAnnotationValue, getAnnotationValues, isAllowedType, isDefined, toString, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationDefinition.LegalZeroLengthStringAnnotation

public AnnotationDefinition.LegalZeroLengthStringAnnotation(String[] names,
                                                            String[] allowedTypes)
Method Detail

getPostGenValidationType

public PostGenValidation getPostGenValidationType(String propName,
                                                  String message,
                                                  String defaultValue)
Specified by:
getPostGenValidationType in class AnnotationDefinition.LegalStringAnnotation

getPostGenValidationValidationString

public String getPostGenValidationValidationString()
Specified by:
getPostGenValidationValidationString in class AnnotationDefinition.LegalStringAnnotation

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02