AliasPattern Class

Definition

The type of the pattern for an alias path.

public class AliasPattern
Inheritance
java.lang.Object
AliasPattern

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructors

AliasPattern()

Methods

phrase()

Get the alias pattern phrase.

type()

Get the type of alias pattern. Possible values include: 'NotSpecified', 'Extract'.

variable()

Get the alias pattern variable.

withPhrase(String phrase)

Set the alias pattern phrase.

withType(AliasPatternType type)

Set the type of alias pattern. Possible values include: 'NotSpecified', 'Extract'.

withVariable(String variable)

Set the alias pattern variable.

Applies to