oracle.jdeveloper.webservices
Class StubSkelArtifact
java.lang.Object
oracle.jdeveloper.webservices.StubSkelArtifact
- public final class StubSkelArtifact
- extends java.lang.Object
A representation for artifacts generated by the stub/skeleton wizard.
Method Summary |
java.lang.String |
getArtifactName()
Get the name of the generated artifact. |
int |
getType()
Get the type of the generated artifact. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STUB
public static final int STUB
-
- See Also:
- Constant Field Values
SKELETON
public static final int SKELETON
-
- See Also:
- Constant Field Values
BEAN
public static final int BEAN
-
- See Also:
- Constant Field Values
getArtifactName
public java.lang.String getArtifactName()
- Get the name of the generated artifact.
getType
public int getType()
- Get the type of the generated artifact. Types are: StubSkelArtifact.STUB StubSkelArtifact.SKELETON StubSkelArtifact.BEAN
Copyright © 1997, 2004, Oracle. All rights reserved.