Extension SDK 10.1.2


oracle.jdeveloper.webservices
Class StubSkelArtifact

java.lang.Object
  extended byoracle.jdeveloper.webservices.StubSkelArtifact


public final class StubSkelArtifact
extends java.lang.Object

A representation for artifacts generated by the stub/skeleton wizard.


Field Summary
static int BEAN
static int SKELETON
static int STUB

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

Field Detail

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

Method Detail

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

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.