public abstract class AlterViewOperation extends Object implements AlterOperation
Modifier and Type | Field and Description |
---|---|
protected ObjectIdentifier |
viewIdentifier |
Constructor and Description |
---|
AlterViewOperation(ObjectIdentifier viewIdentifier) |
Modifier and Type | Method and Description |
---|---|
ObjectIdentifier |
getViewIdentifier() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asSummaryString
protected final ObjectIdentifier viewIdentifier
public AlterViewOperation(ObjectIdentifier viewIdentifier)
public ObjectIdentifier getViewIdentifier()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.