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

Part Number E27170-01

weblogic.descriptor.beangen
Class PostGenValidation

java.lang.Object
  extended by weblogic.descriptor.beangen.PostGenValidation

public abstract class PostGenValidation
extends Object


Field Summary
protected  ArrayList code
           
protected  String propName
           
 
Constructor Summary
PostGenValidation(String propName, String message)
           
 
Method Summary
 String getMessage()
           
 String[] getValidationCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propName

protected String propName

code

protected ArrayList code
Constructor Detail

PostGenValidation

public PostGenValidation(String propName,
                         String message)
Method Detail

getMessage

public String getMessage()

getValidationCode

public String[] getValidationCode()

Copyright 1996, 2013, 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.2)

Part Number E27170-01